Histórico de Commits

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