Историја ревизија

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