Django - Celery and Background Tasks
Which method would you use on an
AsyncResult instance to check if a task has finished successfully?AsyncResult instance to check if a task has finished successfully?ready() to check if the task is done (success or failure) and successful() to check if it succeeded.successful().15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions