Remove broker transport options (did not work)
This commit is contained in:
parent
03f8cbfe7b
commit
9e0c92d703
@ -272,7 +272,6 @@ INTERNAL_IPS = [
|
|||||||
CELERY_TASK_ALWAYS_EAGER = os.getenv("CELERY_TASK_ALWAYS_EAGER", "True") == "True"
|
CELERY_TASK_ALWAYS_EAGER = os.getenv("CELERY_TASK_ALWAYS_EAGER", "True") == "True"
|
||||||
|
|
||||||
CELERY_BROKER_URL = os.getenv("CELERY_BROKER_URL")
|
CELERY_BROKER_URL = os.getenv("CELERY_BROKER_URL")
|
||||||
BROKER_TRANSPORT_OPTIONS = os.getenv("BROKER_TRANSPORT_OPTIONS", "{}")
|
|
||||||
CELERY_REDIS_SOCKET_TIMEOUT = 15
|
CELERY_REDIS_SOCKET_TIMEOUT = 15
|
||||||
|
|
||||||
# GeoIP
|
# GeoIP
|
||||||
|
Loading…
Reference in New Issue
Block a user