Commit History

Author SHA1 Message Date
  Ask Solem 656f16da73 Changelog: Fixed typo djcelery.url -> djcelery.urls 15 years ago
  Jason Baker a598b9f30d Moving code to extract response into its own global function. 15 years ago
  Ask Solem e125622a31 Task.establish_connection: Position of argument changed. 15 years ago
  Ask Solem ee38fca4af AMQP backend: Don't use different values for `auto_delete`. 15 years ago
  Ask Solem c0f9694a92 Also show upgrading instructions when "manage.py celeryd" is run. 15 years ago
  Ask Solem 38cd6249d2 Added Bartosz Ptaszynski to AUTHORS 15 years ago
  Bartosz Ptaszynski 73067aab92 TaskSet failed() result was incorrect. Closes #132. 15 years ago
  Ask Solem 2a4659a067 itertools.chain.from_iterable new in Py2.6 15 years ago
  Ask Solem 75d3184a8d 99% coverage for celery.backends.base 15 years ago
  Ask Solem ae5795b137 100% coverage for celery.task.sets 15 years ago
  Ask Solem 994faa8961 Removed top-level tests directory. Test config now in celery.tests.config 15 years ago
  Ask Solem 9c54c7a19f Branch is in feature freeze. Only documentation patches and bugfixes will be committed. 15 years ago
  Ask Solem 3d4357318a More cleanup 15 years ago
  Ask Solem 18a3a8b506 NotRegistered errors now uses string representation of original KeyError. 15 years ago
  Ask Solem 18b0ae0295 Cosmetic changes 15 years ago
  Ionut Turturica 325767460d Enhancement: Create a different logger per each task class. Closes #129 15 years ago
  Ask Solem 9c41f593cf Added examples/ to MANIFEST.in 15 years ago
  Ask Solem d1cf157211 Missing queue definitions are now created automatically. 15 years ago
  Ask Solem c3efa92afe Refactored celery.routes 15 years ago
  Ask Solem a1b13b79b9 Reanamed *routing_table* -> *queues*, to not be confused with the new routing functionality. 15 years ago
  Ask Solem 5670936e51 Remove some more hardcoded usage of .conf 15 years ago
  Ask Solem 7049286964 Routing now works as described in the Routing User Guide. 15 years ago
  Ask Solem 94eebc164d Task.queue: If set, message options will be taken from the entry in CELERY_QUEUES 15 years ago
  Ask Solem 54a370abd6 Routing Table: routing_key is set to the binding_key by default 15 years ago
  Ask Solem 87ed15f50d Use importlib.import_module instead of __import__ for CELERY_IMPORTS. 15 years ago
  Ask Solem 697b3513fd Hey! Trying to limit the usage of .conf here! 15 years ago
  Ask Solem 564f10530b subtask.apply* args, kwargs should be optional 15 years ago
  Ask Solem 915e2f5a10 celery.task.sets: Fixed typo options -> **options 15 years ago
  Ask Solem 3d641c538c Moved and improved "Can I execute some tasks to only some servers" FAQ to userguide/routing 15 years ago
  Ask Solem 68d5234f04 Use subtask.delay instead of subtask.apply_async to do star argument merging. 15 years ago