Historial de Commits

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