This commit is contained in:
Timothy Jaeryang Baek 2025-06-09 17:24:03 +04:00
parent ea8dc333ee
commit 51fc98bed8

View File

@ -28,7 +28,6 @@ async def redis_task_command_listener(app):
await pubsub.subscribe(REDIS_PUBSUB_CHANNEL)
async for message in pubsub.listen():
print(f"Received message: {message}")
if message["type"] != "message":
continue
try: