Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-wu1 committed Jul 11, 2024
1 parent 48c6727 commit f269106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def create_app(debug: bool = False) -> Flask:
CELERY=dict(
broker_url="sqs://",
task_ignore_result=True,
task_default_queue = "dirtviz-task-queue"
task_default_queue = "dirtviz-task-queue",
broker_transport_options={
"region": os.getenv("AWS_DEFAULT_REGION"),
"visibility_timeout": timedelta(minutes=15).total_seconds(),
Expand Down

0 comments on commit f269106

Please sign in to comment.