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 query to retrieve all the task_id
s of tasks that relate to a specific item.
So after retrieving the task_id
from the database, how do I go about retrieving information about the task's state/result/etc?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…