diff --git a/app/web/utils/metrics.py b/app/web/utils/metrics.py index 5358cc5..55f17e8 100644 --- a/app/web/utils/metrics.py +++ b/app/web/utils/metrics.py @@ -38,7 +38,8 @@ DATABASE_METRICS_COUNTER = Counter( async def redis_subscribe_worker_exceptions(redis_exceptions_channel: str): - # Subscribe to Redis channel and increment the counter for each exception with info on the exception and task + # Subscribe to Redis channel and increment the counter for each exception + # with info on the exception and task Redis = get_redis() PubSubExceptions = Redis.pubsub() PubSubExceptions.subscribe(redis_exceptions_channel)