I store the task_id from an celery.result.AsyncResult in a database and relate it to the item that the task affects. This allows me to perform a qu
task_id
celery.result.AsyncResult
From the Celery FAQ:
result = MyTask.AsyncResult(task_id) result.get()