Django - Celery and Background Tasks
Which of the following is the correct way to create an
AsyncResult instance for a task with ID stored in task_id?AsyncResult instance for a task with ID stored in task_id?AsyncResult class is instantiated by passing the task ID as the first argument.AsyncResult(task_id) correctly creates the instance. Methods like .get() or .fetch() are not constructors.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions