debug-runtime
All checks were successful
Deploy to notifier / deploy (push) Successful in 1m34s

This commit is contained in:
Untone 2024-02-03 20:02:51 +03:00
parent 3e0f7b0521
commit d62e229f63

View File

@ -34,6 +34,7 @@ async def handle_notification(n: ServiceMessage, channel: str):
async def listen_task(pattern):
logger.info(f' listening {pattern} ...')
async for message_data, channel in redis.listen(pattern):
try:
if message_data: