Commit History

Author SHA1 Message Date
  Ask Solem 9ff09da8cd Scheduler: Can't localize the heap, as the .clear() method will set it to a new 15 years ago
  Jesper Noehr 2b93e5495a generator expressions for 2.4 15 years ago
  Ask Solem afbd6429d0 PEP8ify 15 years ago
  Ask Solem 8a1f61a3c1 Fixed broken tests 15 years ago
  Ask Solem a4555caae6 Scheduler should only sleep a maximum of 2 seconds between iterations. 15 years ago
  Ask Solem cfbeeecbe6 Revoke tasks hold by the scheduler as soon as possible. Dirty fix for now, needs to find a way for the scheduler to support functionality like this. 15 years ago
  Ask Solem e37740255c Clear internal queues if connection reset. 15 years ago
  Ask Solem 54af6cb491 More cleanup (docstrings etc) 15 years ago
  Ask Solem 0d5d2b2a02 Replace 'a if p else b' with 'p and a or b' for Python 2.4 compatibility. 15 years ago
  Ask Solem 4041250e89 Some documentation and nitpicking. 15 years ago
  Ask Solem cfa225cb0d Some more unittests. 15 years ago
  Ask Solem 89f429738e Yield None when there's nothing to schedule. 15 years ago
  Ask Solem 84eb860d99 PEP8ify: Group imports 15 years ago
  Ask Solem d1e0743a1b Renamed bucket_queue -> ready_queue 15 years ago
  Ask Solem bc0a9a93d4 Renamed celery.scheduler -> celery.worker.scheduler 15 years ago