Commit History

Author SHA1 Message Date
  Ask Solem e429a776d7 Handle SIGTERM, embedded celerybeat should not be daemon=True. 15 years ago
  Ask Solem 44dbf5b6ac Some cosmetic changes. 15 years ago
  Ask Solem 712c33ab9f Embedded celerybeat is now running as a separate process instead of as a 15 years ago
  Ask Solem 01a8a0ecbb Celery no longer does detaching, you need to use start-stop-daemon, 15 years ago
  Maxim Bodyansky f622c74914 Fixed bug in beat service. 15 years ago
  Ask Solem fd556f8b1e 83% coverage 15 years ago
  Ask Solem 5305fad910 Back at 80% coverage 15 years ago
  Ask Solem e5fe661b95 Fixes views.is_task_successful after removal of task.is_successful (thanks 15 years ago
  Ask Solem 4cc234159a Pyflakes 15 years ago
  Ask Solem 560817d20c Refactor TaskRegistry 15 years ago
  Ask Solem 4082dee3de exceptions.NotRegistered now inherits from keyerror, and TaskRegistry.__getitem__+pop raises NotRegistered instead of KeyError. 15 years ago
  Ask Solem 4041250e89 Some documentation and nitpicking. 15 years ago
  Ask Solem 0f0b3433e6 More docstrings for celery.beat 15 years ago
  Ask Solem 0a09648fe3 when embedded inside celeryd, celerybeat now uses a tight loop interval (1 second), this because the service can't shutdown until all threads have woken up. 15 years ago
  Ask Solem 54668397a5 Get default logger from common place. 15 years ago
  Ask Solem bcc5ffde42 New setting CELERYBEAT_MAX_LOOP_INTERVAL. The maximum number of seconds to sleep between rechecking the periodic task schedule. 15 years ago
  Ask Solem d58005cfd4 Fix a bug in the estimate remaining time part. 15 years ago
  Ask Solem 84d4520baf celerybeat: Don't loop every second, instead find the shortest remaining time and sleep for that long. 15 years ago
  Ask Solem 1762e216ea celerybeat: Allow setting the schedule path with -s|--schedule, note that the extension ".db" will be appended to the filename. 15 years ago
  Ask Solem ed02756bd1 can now override PeriodicTask.is_due to decide the interval at runtime! 16 years ago
  Ask Solem 84eb860d99 PEP8ify: Group imports 16 years ago
  Ask Solem 04417d01b0 Forgot Thread.__init__() 16 years ago
  Ask Solem d8c625884e Celerybeat tested and works, added -B option to celeryd to embed it. 16 years ago
  Ask Solem 3c306c6e53 celerybeat is running fine 16 years ago
  Ask Solem 5a3746e591 Getting closer to a working celerybeat 16 years ago
  Ask Solem d2aa6cc86b Fix some syntax errors 16 years ago
  Ask Solem e263b8115b celery.beat.ClockService is now run by the celerybeat program 16 years ago
  Ask Solem abbad2657b Remove the old periodic task system 16 years ago
  Ask Solem d775531a59 Use shelve instead of PersistentDict 16 years ago
  Ask Solem 2a76b3b286 celery.beat: Implementation of the new scheduler. (celerybeat) 16 years ago