Hello everyone, Any advice on how to have a prefec...
# prefect-getting-started
o
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 šŸ¤”
āœ… 1
j
in both v1 and v2, we use the prefect REST API to fire off flows: • v1: can't find the documentation, but it's a GraphQL POST • v2: https://docs.prefect.io/api-ref/rest-api-reference/#tag/Flow-Runs/operation/create_flow_run_flow_runs__post
šŸ‘ 1