Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 8617515

Browse files
committed
changed region
1 parent ab0bdbb commit 8617515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/backend/settings/production.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
# Celery
4646

4747
CELERY_BROKER_URL = "sqs://" # f"redis://{REDIS_SERVICE_HOST}:6379/0" # noqa
48-
CELERY_BROKER_TRANSPORT_OPTIONS = {'region': 'eu-west-1'}
48+
CELERY_BROKER_TRANSPORT_OPTIONS = {'region': 'us-east-1'}
4949

5050
CELERY_RESULT_BACKEND = f"redis://{REDIS_SERVICE_HOST}:6379/0" # noqa

0 commit comments

Comments
 (0)