Commit History

Author SHA1 Message Date
  Ask Solem 967890682b Documentation: Added missing autodoc reference for new modules 14 years ago
  Ask Solem 21f4b14090 Documentation: Reference celery.task.schedules renamed celery.schedules 14 years ago
  Ask Solem a6fe8a3677 Bumped version to 2.1.0a2 14 years ago
  Ask Solem 530bfaf745 log.setup_task_logger accidentally setup loggers with the task format. 14 years ago
  Ask Solem 41edc9e63e timer2: time2.sleep may be unavailable if we lose the race at interpreter shutdown 14 years ago
  Ask Solem ab7f041fc7 Cosmetics 14 years ago
  Ask Solem 409811c9c2 multiprocessing.pool: Proposed fix for Python Issue #9205 (http://bugs.python.org/issue9205) 14 years ago
  Ask Solem ea69e31603 Make sure multiprocessing logger is set up 14 years ago
  Ask Solem 4fe9beb489 Change copyright date to 2009 -> 2009-2010. And "Ask Solem" -> "Ask Solem & contributors" 14 years ago
  Ask Solem c08e2a2be4 getting-started/broker-installation: Fixed typo set_permissions "" -> set_permissions ".*". Thanks to Cal Leeming. 14 years ago
  Ask Solem f4ad4f1cb6 Remove 'mailer' dependency. Thanks to zen4ever 14 years ago
  Ask Solem 289b1a59a2 New tests for the new celery.beat (92% coverage) 14 years ago
  Ask Solem 7ddf622a5b All tests passing again 14 years ago
  Ask Solem 78779b7070 Removed some bad tests for celery.beat. Need to write new ones. 14 years ago
  Ask Solem 559adb970c EmbeddedClockService renamed to beat.EmbeddedService 14 years ago
  Ask Solem 3580f4c75d celery.beat: Refactored the persistent schedule into PersistentScheduler, also better merging of tasks on disk and in "registry". 14 years ago
  Ask Solem afad5d2fed schedules.crontab: Implement __reduce__ so crontab can be pickled. 14 years ago
  Ask Solem 9e2452b7fa Added Clay Gerrard to AUTHORS 14 years ago
  Ask Solem a9dd4e0e66 Merge branch 'clayg/master' 14 years ago
  Ask Solem 923bbde906 Merge branch 'master' of github.com:ask/celery 14 years ago
  Ask Solem e24d6ae3b6 Use set.discard instead of set.remove 14 years ago
  Vincent Driessen 0265f778d0 Update dependencies for building RPM's. 14 years ago
  Clay Gerrard 4d24dd55ad Added tests for AsyncResult.traceback KeyError (afd28) when using 14 years ago
  Ask Solem a1f4e2989c AsyncResult.traceback: Return None, not raise KeyError if missing traceback. 14 years ago
  Ask Solem 7c9aab4f0c celery.beat: Small refactorings 14 years ago
  Ask Solem e69b43c899 Remove unused function 14 years ago
  Ask Solem be5ee41f8a Changelog: Fixed rst indentation issue 14 years ago
  Ask Solem bee309f039 Updated Changelog 14 years ago
  Ask Solem 306e72e782 Have to make sure processName is supported by foreign logger instances. 14 years ago
  Ask Solem 7ddbcd7d11 Ship with the timer2 module, don't add it as a dependency. 14 years ago