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:
Kashall 2023-09-22 19:55:57 -07:00 committed by GitHub
parent 55112fac88
commit b4c2ebc0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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