Browse Source

fix celery blocking thread

micha 7 years ago
parent
commit
e7b6d6e340
1 changed files with 1 additions and 0 deletions
  1. 1 0
      flaskbb/configs/default.py

+ 1 - 0
flaskbb/configs/default.py

@@ -265,6 +265,7 @@ class DefaultConfig(object):
     # Celery
     CELERY_BROKER_URL = 'redis://localhost:6379'
     CELERY_RESULT_BACKEND = 'redis://localhost:6379'
+    BROKER_TRANSPORT_OPTIONS = {'max_retries': 1}  # necessary as there's no default
 
 
     # FlaskBB Settings