app.celery.ContextTask.AsyncResult

ContextTask.AsyncResult(task_id, **kwargs)

Get AsyncResult instance for the specified task.

Parameters

task_id (str) – Task id to get result for.