Skip to content

Commit

Permalink
Remove broker transport options (did not work)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc authored Sep 25, 2023
1 parent 03f8cbf commit 9e0c92d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shynet/shynet/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@
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
Expand Down

0 comments on commit 9e0c92d

Please sign in to comment.