celery.backends.amqp
AMQP backend. Publish results by sending messages to the broker using the task id as routing key.
NOTE: Results published using this backend is read-once only. After the result has been read, the result is deleted. (however, it’s still cached locally by the backend instance).
Reload taskset result, even if it has been previously fetched.
Get the result of a taskset.
Store the result and status of a task.
Send task return value and status.