Commit History

Author SHA1 Message Date
  Ask Solem 641e838dd6 Cosmetics 14 years ago
  Ask Solem 27caaad22c Adds module docstrings 14 years ago
  Ask Solem b6179c7316 Use new-style relative imports 14 years ago
  Ask Solem 3eaffdaa1e Hartbeat is now 30 seconds, but documented as 2 minutes 14 years ago
  Ask Solem 6af73d98d4 Evenlet timer should use spawn_after instead of spawn_after_local. Thanks to PiotrSikora 14 years ago
  Ask Solem 7fd0af74d9 PEP8ify + pyflakes + tests passing 14 years ago
  Ask Solem 01487be740 Heart is now using timer2.Timer 14 years ago
  Ask Solem e2f8a5cead Now runs on Jython using -P threads 15 years ago
  Ask Solem 877019b471 Send software info with worker-heartbeat sent by heartbeat command 15 years ago
  Ask Solem 3ef71fce7d Adds new fields to worker events: sw_ident, sw_ver, sw_sys 15 years ago
  Ask Solem 20271e1bc0 91% Coverage for celery.worker.heartbeat 15 years ago
  Ask Solem 1c99a986dd 100% Coverage for celery.worker.autoscale 15 years ago
  Ask Solem b0345dc457 Various eventlet related fixes (shutdown) and added a -P|--pool argument to celeryd to select pool implementation on the commandline 15 years ago
  Ask Solem 823f45cf0a Documentation improvements 15 years ago
  Ask Solem 210d137d2c Set Thread names 15 years ago
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 15 years ago
  Ask Solem 30030cba53 worker.heartbeat: We may lost the race at interpreter shutdown, so the gc has already collected time.time(). 15 years ago
  Ask Solem f2911e4a5d joining of threads broke the tests 15 years ago
  Ask Solem db2b6643f4 Join threads at shutdown. Related to issue #152 15 years ago
  Ask Solem 85fb35af30 try: finally is available in 2.4, just not try: except: finally 15 years ago
  Jesper Noehr 998b9e1fcf There, should've gotten most of core away from using finally. 15 years ago
  Ask Solem fd556f8b1e 83% coverage 16 years ago
  Ask Solem 4041250e89 Some documentation and nitpicking. 16 years ago
  Ask Solem ef7b856511 Remove debugging print statements 16 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. 16 years ago
  Ask Solem 396b5ba335 More work on celerymon 16 years ago
  Ask Solem 8c33c542a5 Removed reference to on_stop in Heart 16 years ago
  Ask Solem 169d299483 Implemented Heartbeats (may not be thread safe yet, must be tested) 16 years ago