celeryconfig.py 80 B

12
  1. CELERY_RESULT_BACKEND = 'redis://localhost:6379/0'
  2. CELERYD_POOL_RESTARTS = True