Historique des commits

Auteur SHA1 Message Date
  Ask Solem 9359fcc1a1 Added support for message priorities, topic exchanges, custom routing key for tasks, mandatory and immediate flags. il y a 16 ans
  Ask Solem 6b81d06f56 Everything now conforms to pep8.py il y a 16 ans
  Ask Solem 41d8f360e9 Remove celery.task.mark_as_read() and celery.task.mark_as_failure(), as they're not really publically useful. il y a 16 ans
  Ask Solem 59e01ea8c4 Better, greater documentation il y a 16 ans
  Ask Solem e45938b27b Improve documentation il y a 16 ans
  Ask Solem 0e3fb9c4c0 Always close AMQP connection. il y a 16 ans
  Ask Solem 6452647022 Fix typo TimeOutTimer -> TimeoutTimer il y a 16 ans
  Ask Solem 8f569fcb59 Improve docstrings, remove TASK_META_USE_DB setting. il y a 16 ans
  Ask Solem 06bfab9844 Timeouts refactored into celery.timer.TimeoutTimer il y a 16 ans
  Ask Solem 1c231592ae celery.task.AsyncResult moved to celery.result il y a 16 ans
  Ask Solem bbd62210b6 Removed SumTask il y a 16 ans
  Ask Solem ebafb15ba9 AsyncResult.wait_for() renamed to wait() il y a 16 ans
  Ask Solem c229ebff72 celery.task.PositionalQueue moved to celery.datastructures il y a 16 ans
  Ask Solem ba47ba43c8 Whitespace fix. il y a 16 ans
  Ask Solem 2857d858c9 Renamed PendingResult -> AsyncResult, also added multiprocessing.AsyncResult il y a 16 ans
  Ask Solem 1d9ce63b01 map_async!! This is pretty cool. Example usage: il y a 16 ans
  Ask Solem 5271cfc530 Task result/exception seems to be properly stored now! il y a 16 ans
  Ask Solem 2c3bd9f9e9 delay_task returns PendingResult() il y a 16 ans
  Ask Solem 26e2af55b1 Rename celery.backends.Job -> celery.task.PendingResult il y a 16 ans
  Ask Solem 7f37744c4f Move meta store to celery.backends and delay task now returns Job object. il y a 16 ans
  Ask Solem 5ffa8df40a Remove RetryTask exception, and add auto_retry attribute instead. il y a 16 ans
  Ask Solem 997dcf07dd Ability to retry task if it fails. il y a 16 ans
  Ask Solem 20a2f8e740 Pass DjangoAMQPConnection *instances*, instead of cls. Requires carrot version il y a 16 ans
  Ask Solem 7df5362fcb Remove notes about only supporting kwargs, since we support args as well now. il y a 16 ans
  Ask Solem deeab22b8e Tasks now supports positional arguments. celery.worker refactored some (TaskWrapper) il y a 16 ans
  Ask Solem 1cda75ac78 Test coverage now at 95% (that's without celeryd/worker.py/process/platform) il y a 16 ans
  Ask Solem 11027e03b2 Added docstrings il y a 16 ans
  Ask Solem 01417c7ab5 Remove __all__, it's just stupid anyway. il y a 16 ans
  Ask Solem 64e64729d3 Added CELERY_TASK_META_USE_DB to store task metadata in the database instead of memcache. il y a 16 ans
  Ask Solem 88c28ae0cf Introducing TaskSets il y a 16 ans