larigira/celeryconfig.py

3 lines
80 B
Python
Raw Normal View History

2014-10-26 17:48:24 +01:00
CELERY_RESULT_BACKEND = 'redis://localhost:6379/0'
CELERYD_POOL_RESTARTS = True