Hello! when calling `run_deployment` how can I min...
# ask-community
p
Hello! when calling
run_deployment
how can I minimize the time that the agent will take to pick up the new flow run?
r
There's a
PREFECT_AGENT_QUERY_INTERVAL
setting you can change. The default is 10, i.e. the agent will check for new flow runs every 10 seconds.
p
thank you!