chore(celery
): add option for master_name that goes here (#287)
* chore(`celery`): add option for master_name that goes here
This commit is contained in:
parent
55112fac88
commit
b4c2ebc0bb
@ -272,6 +272,7 @@ INTERNAL_IPS = [
|
||||
CELERY_TASK_ALWAYS_EAGER = os.getenv("CELERY_TASK_ALWAYS_EAGER", "True") == "True"
|
||||
|
||||
CELERY_BROKER_URL = os.getenv("CELERY_BROKER_URL")
|
||||
BROKER_TRANSPORT_OPTIONS = os.getenv("BROKER_TRANSPORT_OPTIONS", "{}")
|
||||
CELERY_REDIS_SOCKET_TIMEOUT = 15
|
||||
|
||||
# GeoIP
|
||||
|
Loading…
Reference in New Issue
Block a user