Hello everyone,
Any advice on how to have a prefect flow triggered by rabbitmq events ?
My current implem is to have a flow that is always running and listens on messages, then triggers the corresponding deployment when an event is received, but it seems very flaky and would prefer if prefect server is able to do it instead of running it in an agent š¤