Hey everyone, I just started playing with Prefect ...
# ask-community
s
Hey everyone, I just started playing with Prefect and ran some basic tests. I'm running a worker on a separate VM that connects to the Prefect server, pulling flows and running them fine (simple executable files). However, it seems the jobs are being pulled from the server by the worker every 5 seconds (from what I see in Tcpdump), and it's in a pull-based mode. Is there any way I can make it more aggressive with pulling jobs on workers? I did try to change "PREFECT_WORKER_QUERY_*" values but didn't figure where that pull timer is coming from.