提交历史

作者 SHA1 备注 提交日期
  Chris Adams 8dc00d4016 More search-driven logging conversion 14 年之前
  Ask Solem 1149df44e2 2to3 rewrites obj.next() to next(obj) even if not an iterator 14 年之前
  Ask Solem 8ac05a37e2 celerybeat now retries establishing the connection. Closes #419. Thanks to dannyadair 14 年之前
  Ask Solem d16c9061db PEP8ify + pyflakes 14 年之前
  Ask Solem 06cae88e10 Celerybeat: Now syncs every 3 minutes, not just at shutdown. Closes #382 14 年之前
  Ask Solem f0962a90db platforms.signals: New interface for managing process signals. 14 年之前
  Ask Solem c396539693 with_default_connection -> with default_connection 14 年之前
  Ask Solem 5d1a050445 Use flake8 instead of pep8+pyflakes and the silly flake ignore list 14 年之前
  Ask Solem d41db95986 Beat: ScheduleEntry._default_now added to override the default value of last_run_at 14 年之前
  Ask Solem ad6e53a02f beat: Cosmetics 14 年之前
  Ask Solem faf48837e9 Tests passes again 14 年之前
  stipa 67def1ea77 Add error handling when reading corrupted shelve file 14 年之前
  Ask Solem e5252c1bec Beat: PersistentScheduler: Automatically remove corrupted db. Closes #346. Thanks to stipa 14 年之前
  Ask Solem 951bbd9605 Use cached_property from kombu.utils 14 年之前
  Ask Solem e6ac2fbab0 PEP8ify 14 年之前
  Ask Solem fc426d5fb3 Celerybeat fixes: Schedule is no longer a subclass of UserDict, and the implementation is cleaner 14 年之前
  Roberto Gaiser cc1a67ebb4 celerybeat persistent scheduler shelve fix 14 年之前
  Ask Solem 9cc863a2d8 Beat: install_default_entries moved to setup_schedule() 14 年之前
  Ask Solem c1af26b4f6 Beat: default entries must be Entry, not dict 14 年之前
  Ask Solem d35ceb070c All tests pass on PyPy 14 年之前
  Ask Solem e2f8a5cead Now runs on Jython using -P threads 14 年之前
  Ask Solem a87a7a3bc3 PEP8ify + pyflakes 14 年之前
  Ask Solem 81388574c3 Preparing CELERYBEAT_SCHEDULE is now the responsibility of Scheduler not post_config_merge 14 年之前
  Ask Solem 3dd11c4ee8 Added signals: `beat_init` and `beat_embedded_init` 14 年之前
  Ask Solem 331166fa22 Use @cached_property 14 年之前
  Ask Solem c3b78b8952 setup.py: Use 2to3 on Py3k 14 年之前
  Ask Solem 1db111890e Beat: Keep the same connection/producer 14 年之前
  Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` 14 年之前
  David Cramer 00b9b70f0c Added exc_info to several error logging messages 14 年之前
  Ask Solem 80ba58654e unittests were actually creating the celerybeat schedule database file, which it is not allowed to 14 年之前