Django - Celery and Background Tasks
You want to send a welcome email asynchronously after a user registers. Which approach correctly combines Django signals and Celery tasks to achieve this?
send_welcome_email.delay(user.id) after user creation, queuing the task.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions