mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-13 14:08:33 +03:00
introduces dynamic service_account emails read from the group's orchestration files
This commit is contained in:
@@ -15,6 +15,4 @@ def get_celery(name:str="") -> Celery:
|
||||
|
||||
|
||||
def get_redis() -> redis.Redis:
|
||||
from loguru import logger
|
||||
logger.debug(get_settings().CELERY_BROKER_URL)
|
||||
return redis.Redis.from_url(get_settings().CELERY_BROKER_URL)
|
||||
|
||||
Reference in New Issue
Block a user