feat: rabbit instead redis

This commit is contained in:
2024-11-04 10:40:33 +03:00
parent 87e3e64294
commit 1ac664362e
6 changed files with 21 additions and 30 deletions

View File

@@ -12,8 +12,8 @@ PG_HOST = os.environ.get('PG_HOST')
PG_DATABASE = os.environ.get('PG_DATABASE')
# Celery
CELERY_BROKER_URL = os.environ.get('CELERY_BROKER_URL')
CELERY_RESULT_BACKEND = os.environ.get('CELERY_RESULT_BACKEND')
# CELERY_BROKER_URL = os.environ.get('CELERY_BROKER_URL')
# CELERY_RESULT_BACKEND = os.environ.get('CELERY_RESULT_BACKEND')
REDIS_URL = os.environ.get('REDIS_URL')
# Yandex