Historique des commits

Auteur SHA1 Message Date
  Ask Solem 1875edafdd Beat: Forgot to import celery.registry il y a 15 ans
  Ask Solem 135c981760 Beat: Use task.apply_async instead of send_task if task registered, also reuse publisher il y a 15 ans
  Ask Solem 9b5c47c428 Don't use UserDict interface to store next entries. Related to django/celery #11 il y a 15 ans
  Ask Solem 41974ce5a1 Rename celery.platform -> celery.platforms, so it doesn't collide with the built-in 'platform' module. il y a 15 ans
  Ask Solem 7f0e69e495 Set Thread names il y a 15 ans
  Ask Solem 19559a53b5 PEP8ify (using new version of pep8, 0.6.0) il y a 15 ans
  Ask Solem ab7f041fc7 Cosmetics il y a 15 ans
  Ask Solem 289b1a59a2 New tests for the new celery.beat (92% coverage) il y a 15 ans
  Ask Solem 7ddf622a5b All tests passing again il y a 15 ans
  Ask Solem 78779b7070 Removed some bad tests for celery.beat. Need to write new ones. il y a 15 ans
  Ask Solem 3580f4c75d celery.beat: Refactored the persistent schedule into PersistentScheduler, also better merging of tasks on disk and in "registry". il y a 15 ans
  Ask Solem 7c9aab4f0c celery.beat: Small refactorings il y a 15 ans
  Ask Solem 40d0500e86 celerybeat: Added Interface required for the Django database scheduler to work. il y a 15 ans
  Ask Solem f508afbf90 Periodic Tasks deprecated in favor of CELERYBEAT_SCHEDULE setting. il y a 15 ans
  Ask Solem 0ced98a1d6 Don't use the registry for schedules. Use setup_schedule() to set up the schedule. il y a 15 ans
  Ask Solem ba4436dea4 celery.beat: Fixed missing import il y a 15 ans
  Mark Stover c40fbe981b celery.beat: Reuse the same connection when publishing a large set of tasks. il y a 15 ans
  Ask Solem bf53c893aa celery.beat.Scheduler: schedule can be bool(False) so check for None instead to keep the correct reference. il y a 15 ans
  Ask Solem 9599b41c2f celery.beat: _Process must be pickleable to work in Windows. il y a 15 ans
  Ask Solem 85fb35af30 try: finally is available in 2.4, just not try: except: finally il y a 15 ans
  Jesper Noehr 998b9e1fcf There, should've gotten most of core away from using finally. il y a 15 ans
  Ask Solem 8da2a0c0d9 celerybeat: Reset SIGTERM signal if running as embedded process il y a 15 ans
  Ask Solem e429a776d7 Handle SIGTERM, embedded celerybeat should not be daemon=True. il y a 15 ans
  Ask Solem 44dbf5b6ac Some cosmetic changes. il y a 15 ans
  Ask Solem 712c33ab9f Embedded celerybeat is now running as a separate process instead of as a il y a 15 ans
  Ask Solem 01a8a0ecbb Celery no longer does detaching, you need to use start-stop-daemon, il y a 15 ans
  Maxim Bodyansky f622c74914 Fixed bug in beat service. il y a 15 ans
  Ask Solem fd556f8b1e 83% coverage il y a 15 ans
  Ask Solem 5305fad910 Back at 80% coverage il y a 15 ans
  Ask Solem e5fe661b95 Fixes views.is_task_successful after removal of task.is_successful (thanks il y a 15 ans