feat: rabbit instead redis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user