|
@@ -16,8 +16,22 @@
|
|
|
Fixes
|
|
|
-----
|
|
|
|
|
|
+* AMQP result backend: Delete result queue after having successfully polled
|
|
|
+ the result.
|
|
|
+
|
|
|
+* ``task.queue`` attribute and ``queue`` argument to ``apply_async``
|
|
|
+ was not working.
|
|
|
+
|
|
|
* celeryd: Now sends the ``task-retried`` event for retried tasks.
|
|
|
|
|
|
+* Logging should now handle utf-8 correctly.
|
|
|
+
|
|
|
+* celeryd: Added ``exc_info`` error logging messages.
|
|
|
+
|
|
|
+ This is used by tools like `django-sentry`_ to provide more context.
|
|
|
+
|
|
|
+.. _`django-sentry`: http://github.com/dcramer/django-sentry
|
|
|
+
|
|
|
* celeryd: Now honors ignore result for
|
|
|
:exc:`~celery.exceptions.WorkerLostError` and timeout errors.
|
|
|
|