Django - Celery and Background Tasks
You want to check if a task failed and get its exception message. Which property or method of
AsyncResult helps you do this?AsyncResult helps you do this?exception property holds the exception raised by the task if it failed.traceback shows the error trace, exception gives the actual error object/message.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions