Django - Celery and Background Tasks
Identify the error in this Django Celery configuration snippet using Redis as broker:
```python
CELERY_BROKER_URL = 'redis://localhost:6379'
CELERY_RESULT_BACKEND = 'redis://localhost:6379/0'
```
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions