3 lines
80 B
Python
3 lines
80 B
Python
|
CELERY_RESULT_BACKEND = 'redis://localhost:6379/0'
|
||
|
CELERYD_POOL_RESTARTS = True
|