Skip to content

Commit

Permalink
result celery settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sdemagny committed Jan 26, 2025
1 parent bc3911e commit e07aa34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/people/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ class Base(Configuration):

# Celery
CELERY_BROKER_URL = values.Value("redis://redis:6379/0")
CELERY_RESULT_BACKEND = values.Value("redis://redis:6379/1")
CELERY_BROKER_TRANSPORT_OPTIONS = values.DictValue({})

# Session
Expand Down

0 comments on commit e07aa34

Please sign in to comment.