提交历史

作者 SHA1 备注 提交日期
  Ask Solem 9599b41c2f celery.beat: _Process must be pickleable to work in Windows. 15 年之前
  Ask Solem 85fb35af30 try: finally is available in 2.4, just not try: except: finally 15 年之前
  Jesper Noehr 998b9e1fcf There, should've gotten most of core away from using finally. 15 年之前
  Ask Solem 8da2a0c0d9 celerybeat: Reset SIGTERM signal if running as embedded process 15 年之前
  Ask Solem e429a776d7 Handle SIGTERM, embedded celerybeat should not be daemon=True. 15 年之前
  Ask Solem 44dbf5b6ac Some cosmetic changes. 15 年之前
  Ask Solem 712c33ab9f Embedded celerybeat is now running as a separate process instead of as a 15 年之前
  Ask Solem 01a8a0ecbb Celery no longer does detaching, you need to use start-stop-daemon, 15 年之前
  Maxim Bodyansky f622c74914 Fixed bug in beat service. 15 年之前
  Ask Solem fd556f8b1e 83% coverage 15 年之前
  Ask Solem 5305fad910 Back at 80% coverage 15 年之前
  Ask Solem e5fe661b95 Fixes views.is_task_successful after removal of task.is_successful (thanks 15 年之前
  Ask Solem 4cc234159a Pyflakes 15 年之前
  Ask Solem 560817d20c Refactor TaskRegistry 15 年之前
  Ask Solem 4082dee3de exceptions.NotRegistered now inherits from keyerror, and TaskRegistry.__getitem__+pop raises NotRegistered instead of KeyError. 15 年之前
  Ask Solem 4041250e89 Some documentation and nitpicking. 15 年之前
  Ask Solem 0f0b3433e6 More docstrings for celery.beat 15 年之前
  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 年之前
  Ask Solem 54668397a5 Get default logger from common place. 15 年之前
  Ask Solem bcc5ffde42 New setting CELERYBEAT_MAX_LOOP_INTERVAL. The maximum number of seconds to sleep between rechecking the periodic task schedule. 15 年之前
  Ask Solem d58005cfd4 Fix a bug in the estimate remaining time part. 15 年之前
  Ask Solem 84d4520baf celerybeat: Don't loop every second, instead find the shortest remaining time and sleep for that long. 15 年之前
  Ask Solem 1762e216ea celerybeat: Allow setting the schedule path with -s|--schedule, note that the extension ".db" will be appended to the filename. 15 年之前
  Ask Solem ed02756bd1 can now override PeriodicTask.is_due to decide the interval at runtime! 15 年之前
  Ask Solem 84eb860d99 PEP8ify: Group imports 15 年之前
  Ask Solem 04417d01b0 Forgot Thread.__init__() 15 年之前
  Ask Solem d8c625884e Celerybeat tested and works, added -B option to celeryd to embed it. 15 年之前
  Ask Solem 3c306c6e53 celerybeat is running fine 15 年之前
  Ask Solem 5a3746e591 Getting closer to a working celerybeat 15 年之前
  Ask Solem d2aa6cc86b Fix some syntax errors 15 年之前