Robyn H
07/30/2025, 1:32 PMprefect.server.events.messaging - Publishing event: prefect.task-run.Running with id:
log entries, but no log entries that the event message was delivered or received.
I do see this in my Prefect server start logs:
Loaded collection 'prefect_redis'.
15:32:34.104 | DEBUG | prefect.prefect_redis.messaging - Consumer group already exists: BUSYGROUP Consumer Group name already exists
My environment variables are set up as:
PREFECT_MESSAGING_BROKER="prefect_redis.messaging"
PREFECT_MESSAGING_CACHE="prefect_redis.messaging"
PREFECT_REDIS_MESSAGING_HOST="localhost"
PREFECT_REDIS_MESSAGING_PORT="6379"
PREFECT_REDIS_MESSAGING_DB="0"
Does anyone know what I'm missing to get Redis working for event messaging on my local Prefect server?Brendan Dalpe
07/30/2025, 5:21 PMRobyn H
07/31/2025, 11:15 AMprefect config view
I don't see the "PREFECT_REDIS_*" environment variables, is this to be expected?
I'd appreciate any help here, thanks!Robyn H
07/31/2025, 11:28 AMRobyn H
08/08/2025, 1:20 PMBrendan Dalpe
08/11/2025, 1:03 PM