Historie revizí

Autor SHA1 Zpráva Datum
  Ask Solem 80ba58654e unittests were actually creating the celerybeat schedule database file, which it is not allowed to před 15 roky
  Ask Solem 9d95cedbbe Fixed broken tests před 15 roky
  Ask Solem 507f35fb2b celerybeat: Cooler splash screen, with more info před 15 roky
  Ask Solem c72750f5e3 Beat: Log tracebacks if the message can't be sent před 15 roky
  Ask Solem 1e0c8cccbc Beat: Forgot to import celery.registry před 15 roky
  Ask Solem 48cfe946ca Beat: Use task.apply_async instead of send_task if task registered, also reuse publisher před 15 roky
  Ask Solem 38bb4eeac6 Don't use UserDict interface to store next entries. Related to django/celery #11 před 15 roky
  Ask Solem f98660b33c Rename celery.platform -> celery.platforms, so it doesn't collide with the built-in 'platform' module. před 15 roky
  Ask Solem 210d137d2c Set Thread names před 15 roky
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) před 15 roky
  Ask Solem 2808bc3e9f celery.utils.info's functions moved to other places. před 15 roky
  Ask Solem a65b16d477 celery.messaging is now Celery().amqp před 15 roky
  Ask Solem 7f082a8ea8 Intense refactoring před 15 roky
  Ask Solem b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. před 15 roky
  Ask Solem ab7f041fc7 Cosmetics před 15 roky
  Ask Solem 289b1a59a2 New tests for the new celery.beat (92% coverage) před 15 roky
  Ask Solem 7ddf622a5b All tests passing again před 15 roky
  Ask Solem 78779b7070 Removed some bad tests for celery.beat. Need to write new ones. před 15 roky
  Ask Solem 3580f4c75d celery.beat: Refactored the persistent schedule into PersistentScheduler, also better merging of tasks on disk and in "registry". před 15 roky
  Ask Solem 7c9aab4f0c celery.beat: Small refactorings před 15 roky
  Ask Solem 40d0500e86 celerybeat: Added Interface required for the Django database scheduler to work. před 15 roky
  Ask Solem f508afbf90 Periodic Tasks deprecated in favor of CELERYBEAT_SCHEDULE setting. před 15 roky
  Ask Solem 0ced98a1d6 Don't use the registry for schedules. Use setup_schedule() to set up the schedule. před 15 roky
  Ask Solem ba4436dea4 celery.beat: Fixed missing import před 15 roky
  Mark Stover c40fbe981b celery.beat: Reuse the same connection when publishing a large set of tasks. před 15 roky
  Ask Solem bf53c893aa celery.beat.Scheduler: schedule can be bool(False) so check for None instead to keep the correct reference. před 15 roky
  Ask Solem 9599b41c2f celery.beat: _Process must be pickleable to work in Windows. před 15 roky
  Ask Solem 85fb35af30 try: finally is available in 2.4, just not try: except: finally před 15 roky
  Jesper Noehr 998b9e1fcf There, should've gotten most of core away from using finally. před 15 roky
  Ask Solem 8da2a0c0d9 celerybeat: Reset SIGTERM signal if running as embedded process před 15 roky