コミット履歴

作者 SHA1 メッセージ 日付
  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 年 前
  Ask Solem 9d95cedbbe Fixed broken tests 14 年 前
  Ask Solem 507f35fb2b celerybeat: Cooler splash screen, with more info 14 年 前
  Ask Solem c72750f5e3 Beat: Log tracebacks if the message can't be sent 14 年 前
  Ask Solem 1e0c8cccbc Beat: Forgot to import celery.registry 14 年 前
  Ask Solem 48cfe946ca Beat: Use task.apply_async instead of send_task if task registered, also reuse publisher 14 年 前
  Ask Solem 38bb4eeac6 Don't use UserDict interface to store next entries. Related to django/celery #11 14 年 前
  Ask Solem f98660b33c Rename celery.platform -> celery.platforms, so it doesn't collide with the built-in 'platform' module. 14 年 前
  Ask Solem 210d137d2c Set Thread names 14 年 前
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 14 年 前
  Ask Solem 2808bc3e9f celery.utils.info's functions moved to other places. 14 年 前
  Ask Solem a65b16d477 celery.messaging is now Celery().amqp 14 年 前
  Ask Solem 7f082a8ea8 Intense refactoring 14 年 前
  Ask Solem b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. 14 年 前
  Ask Solem ab7f041fc7 Cosmetics 15 年 前