Django - Celery and Background Tasks
What decorator is commonly used to define a background task in Django with Celery?
@shared_task decorator to mark functions as tasks that can run asynchronously.@shared_task is the correct and standard decorator for defining tasks.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions