Django - Celery and Background Tasks
Given the code:
What will be printed if the task is still waiting to start?
result = AsyncResult('task123')
print(result.status)What will be printed if the task is still waiting to start?
