Commit History

Author SHA1 Message Date
  Ask Solem b60276b6af Added autodoc files for .patch, .worker.listener, .worker.revoke, .worker.heartbeat 15 years ago
  Ask Solem 2038edb8db Removed celerymon, moved to http://github.com/ask/celerymon/ 15 years ago
  Ask Solem b4078e39c2 celerymon now its own distribution, will be moved out of this repo 15 years ago
  Ask Solem b8255146b2 Moved celerymon stuff to celerymon, so we can move it out of the main repo 15 years ago
  Ask Solem 3345f160ea Events off by default, can now turn it on by using -E|--event or CELERY_SEND_EVENTS. 15 years ago
  Ask Solem d6f37d5f4f celerymon: Change startup info format 15 years ago
  Ask Solem a91dac96c6 celerybeat: Change startup info format 15 years ago
  Ask Solem be29f7982c Only add django to requirements if it's not importable 15 years ago
  Ask Solem f68d3d9324 Remove django-unittest-depth from install_requires 15 years ago
  Ask Solem 96fc5e60ec setproctitle 15 years ago
  Ask Solem 7a1a2fc921 Cosmetic changes 15 years ago
  Ask Solem cb92fb8471 Cosmetic changes 15 years ago
  Ask Solem 14e0eb7ed0 Docstrings for celery.events 15 years ago
  Ask Solem 3932a99c45 Working (but not very useful) Python project example 15 years ago
  Ask Solem b5f44f6001 Added examples/ (not done) 15 years ago
  Ask Solem 0546f55488 Tests now running again (two fails, but the tests are wrong) 15 years ago
  Ask Solem ddaec795c0 Remove the statistics thing (-S, celerystats etc) as it's being replaced by celerymon 15 years ago
  Ask Solem 9f1c95c347 Document the runtime argument to the task-succeeded event. 15 years ago
  Ask Solem 83b824cc80 Fixed a lot of stuff, shutdowns works properly, refactored + now sends the time it took to execute the task with the task-succeeded event. 15 years ago
  Ask Solem 23333387c9 Added API list_worker_tasks(hostname) 15 years ago
  Ask Solem 5bc3ef367c Added the ability to change the listening port of the celerymon webserver. 15 years ago
  Ask Solem bd213cbb71 Moved CarrotListener to celery.worker.listener and ack revoked messages. 15 years ago
  Ask Solem 19ffd655a3 events: Documentation: Added list of events sent by the worker. 15 years ago
  Ask Solem 396b5ba335 More work on celerymon 15 years ago
  Ask Solem a64768b653 Only change QOS(prefetch_count) if it has changed 15 years ago
  Ask Solem 8c33c542a5 Removed reference to on_stop in Heart 15 years ago
  Ask Solem 169d299483 Implemented Heartbeats (may not be thread safe yet, must be tested) 15 years ago
  Ask Solem 43cedb375b Better data structures in the api, refactored the Tornado Application stuff. 15 years ago
  Ask Solem 6b34bc5aee Refactored API handlers and added new api: /api/revoke/task/$task_id 15 years ago
  Ask Solem 4fc8621006 Merge branch 'revoke' into events 15 years ago