Commit History

Author SHA1 Message Date
  Ask Solem 2846d8868c Backports py3k support from 3.0-devel branch into 2.4 14 years ago
  Ask Solem 619367b04d ETA/expires and beat is now UTC, and timezone aware using the CELERY_TIMEZONE setting. 14 years ago
  Ask Solem 7f241b69e4 Import cached_property from celery.utils instead of kombu.utils 14 years ago
  Ask Solem b6179c7316 Use new-style relative imports 14 years ago
  Ask Solem 81d5ffa843 PEP8ify + pyflakes 14 years ago
  Chris Adams 8dc00d4016 More search-driven logging conversion 14 years ago
  Ask Solem 1149df44e2 2to3 rewrites obj.next() to next(obj) even if not an iterator 14 years ago
  Ask Solem 8ac05a37e2 celerybeat now retries establishing the connection. Closes #419. Thanks to dannyadair 14 years ago
  Ask Solem d16c9061db PEP8ify + pyflakes 14 years ago
  Ask Solem 06cae88e10 Celerybeat: Now syncs every 3 minutes, not just at shutdown. Closes #382 14 years ago
  Ask Solem f0962a90db platforms.signals: New interface for managing process signals. 14 years ago
  Ask Solem c396539693 with_default_connection -> with default_connection 14 years ago
  Ask Solem 5d1a050445 Use flake8 instead of pep8+pyflakes and the silly flake ignore list 14 years ago
  Ask Solem d41db95986 Beat: ScheduleEntry._default_now added to override the default value of last_run_at 14 years ago
  Ask Solem ad6e53a02f beat: Cosmetics 14 years ago
  Ask Solem faf48837e9 Tests passes again 14 years ago
  stipa 67def1ea77 Add error handling when reading corrupted shelve file 14 years ago
  Ask Solem e5252c1bec Beat: PersistentScheduler: Automatically remove corrupted db. Closes #346. Thanks to stipa 14 years ago
  Ask Solem 951bbd9605 Use cached_property from kombu.utils 14 years ago
  Ask Solem e6ac2fbab0 PEP8ify 14 years ago
  Ask Solem fc426d5fb3 Celerybeat fixes: Schedule is no longer a subclass of UserDict, and the implementation is cleaner 14 years ago
  Roberto Gaiser cc1a67ebb4 celerybeat persistent scheduler shelve fix 14 years ago
  Ask Solem 9cc863a2d8 Beat: install_default_entries moved to setup_schedule() 14 years ago
  Ask Solem c1af26b4f6 Beat: default entries must be Entry, not dict 14 years ago
  Ask Solem d35ceb070c All tests pass on PyPy 14 years ago
  Ask Solem e2f8a5cead Now runs on Jython using -P threads 14 years ago
  Ask Solem a87a7a3bc3 PEP8ify + pyflakes 14 years ago
  Ask Solem 81388574c3 Preparing CELERYBEAT_SCHEDULE is now the responsibility of Scheduler not post_config_merge 14 years ago
  Ask Solem 3dd11c4ee8 Added signals: `beat_init` and `beat_embedded_init` 14 years ago
  Ask Solem 331166fa22 Use @cached_property 14 years ago