Django - Celery and Background Tasks
Which of the following is the correct way to call a Celery task asynchronously in Django?
delay() method on the task function.delay() triggers the task asynchronously; other methods like run() execute synchronously or do not exist.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions