Commit History

Author SHA1 Message Date
  Ask Solem 7c6c7fd4e8 Move detection of pickle library into celery.utils so we only have to test it 16 years ago
  Ask Solem 2f4e8fb12b PEP8ify 16 years ago
  Ask Solem 89cdea68a7 _delay_task was too long to read 16 years ago
  Ask Solem ba3c1a1784 Make uuid4.uuid4() available as celery.utils.gen_unique_id() so it is generic 16 years ago
  Ask Solem 27da872e4e Fix install_requires, extra_requires and README.rst 16 years ago
  Ask Solem e0ade80f31 PEP8ify 16 years ago
  Ask Solem cb7ff4e29e Doesn't work properly yet. 16 years ago
  Ask Solem 121c33dbcf Fix bugs from task refactor + add eta, countdown 16 years ago
  Ask Solem 952bde250c Cosmetic changes 16 years ago
  Ask Solem c4e58d5d09 Merge branch 'screeley/master' into consumerset 16 years ago
  Ask Solem 03d30a32de Make TaskSet.run() respect message options from the Task class. Closes #16. 16 years ago
  screeley e2d0a56c91 Changing Task Consumer to Task Consumer Set in Worker. 16 years ago
  Ask Solem 5657bc0476 Merge branch 'master' into statistics 16 years ago
  Ask Solem 9c15a2c84c Depend on carrot 0.4.5 16 years ago
  Ask Solem fae8cf1fec Be compatible with carrot 0.5.0 by also defining the exchange_type on the 16 years ago
  Ask Solem a6428a9eb6 Started on Statistics/Monitoring. 16 years ago
  Ask Solem ced0b64ad2 Raise our pylint score to 8.24/10 16 years ago
  Ask Solem f57202db54 Remove the NoProcessConsumer, as it doesn't apply to carrot 0.4.0 16 years ago
  Ask Solem f38a611e22 Use pickle as the message serialization scheme (so we can pass complex python 16 years ago
  Ask Solem 6067c74619 Now requires carrot 0.4.0 (master from github), and auto_ack is on for the 16 years ago
  Ask Solem 62229191be Fix stupid mistakes 16 years ago
  Ask Solem 9359fcc1a1 Added support for message priorities, topic exchanges, custom routing key for tasks, mandatory and immediate flags. 16 years ago
  Ask Solem 6b81d06f56 Everything now conforms to pep8.py 16 years ago
  Ask Solem 59e01ea8c4 Better, greater documentation 16 years ago
  Ask Solem c53f3ba991 Fix up documentation 16 years ago
  Ask Solem 997dcf07dd Ability to retry task if it fails. 16 years ago
  Ask Solem deeab22b8e Tasks now supports positional arguments. celery.worker refactored some (TaskWrapper) 16 years ago
  Ask Solem 01417c7ab5 Remove __all__, it's just stupid anyway. 16 years ago
  Ask Solem 4e8efe187f Forgot to return task_id in _delay_Task 16 years ago
  Ask Solem c34afd0072 Can now change CELERY_AMQP_EXCHANGE, CELERY_AMQP_ROUTING_KEY, CELERY_AMQP_CONSUMER_QUEUE using Django settings. 16 years ago