Skip to content

Commit

Permalink
fix(llm): change default celery redis dbs so they don't conflict with…
Browse files Browse the repository at this point in the history
… existing ones.
  • Loading branch information
nsantacruz committed Mar 31, 2024
1 parent 6b9d5fb commit f191d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sefaria/local_settings_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@
SENTINEL_HEADLESS_URL = None
SENTINEL_PASSWORD = None
SENTINEL_TRANSPORT_OPTS = {}
CELERY_REDIS_BROKER_DB_NUM = 0
CELERY_REDIS_RESULT_BACKEND_DB_NUM = 1
CELERY_REDIS_BROKER_DB_NUM = 2
CELERY_REDIS_RESULT_BACKEND_DB_NUM = 3
CELERY_QUEUES = {}
# END Celery

Expand Down

0 comments on commit f191d04

Please sign in to comment.