Remove broker transport options (did not work)

This commit is contained in:
R. Miles McCain 2023-09-25 08:40:24 -07:00 committed by GitHub
parent 03f8cbfe7b
commit 9e0c92d703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,7 +272,6 @@ 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