Історія комітів

Автор SHA1 Опис Дата
  Ask Solem 0ced98a1d6 Don't use the registry for schedules. Use setup_schedule() to set up the schedule. 15 роки тому
  Ask Solem ba4436dea4 celery.beat: Fixed missing import 15 роки тому
  Mark Stover c40fbe981b celery.beat: Reuse the same connection when publishing a large set of tasks. 15 роки тому
  Ask Solem bf53c893aa celery.beat.Scheduler: schedule can be bool(False) so check for None instead to keep the correct reference. 15 роки тому
  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. 16 роки тому
  Ask Solem 0f0b3433e6 More docstrings for celery.beat 16 роки тому
  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. 16 роки тому
  Ask Solem 54668397a5 Get default logger from common place. 16 роки тому
  Ask Solem bcc5ffde42 New setting CELERYBEAT_MAX_LOOP_INTERVAL. The maximum number of seconds to sleep between rechecking the periodic task schedule. 16 роки тому
  Ask Solem d58005cfd4 Fix a bug in the estimate remaining time part. 16 роки тому
  Ask Solem 84d4520baf celerybeat: Don't loop every second, instead find the shortest remaining time and sleep for that long. 16 роки тому
  Ask Solem 1762e216ea celerybeat: Allow setting the schedule path with -s|--schedule, note that the extension ".db" will be appended to the filename. 16 роки тому
  Ask Solem ed02756bd1 can now override PeriodicTask.is_due to decide the interval at runtime! 16 роки тому
  Ask Solem 84eb860d99 PEP8ify: Group imports 16 роки тому
  Ask Solem 04417d01b0 Forgot Thread.__init__() 16 роки тому