Skip to content

Commit

Permalink
Fix code syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Co <alex.tuan@mindvalley.com>
  • Loading branch information
onimsha committed Apr 22, 2024
1 parent dcbeab0 commit d2b7cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/danswer/background/celery/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

connection_string = build_connection_string(db_api=SYNC_DB_API)
# celery_broker_url = f"sqla+{connection_string}"
celery_broker_url = f"redis://redis-server-service:6379/0"
celery_broker_url = "redis://redis-server-service:6379/0"
celery_backend_url = f"db+{connection_string}"
celery_app = Celery(__name__, broker=celery_broker_url, backend=celery_backend_url)

Expand Down

0 comments on commit d2b7cb3

Please sign in to comment.