I have a quick question, with Cloud. Is the traff...
# prefect-server
d
I have a quick question, with Cloud. Is the traffic from the endpoint to the agent one way? Like does the agent just check the endpoint every 10 seconds, and then tells the endpoint that it is running the job?
k
Hey @Damien Ramunno-Johnson, yes I believe that’s right
Slightly relevant issue that was resolved
d
Thanks, was looking in how I would autoscale down when I have multiple agents. And I was thinking of using connection draining to let machines that were not getting used finish before shutting down (https://cloud.google.com/load-balancing/docs/enabling-connection-draining)
But I guess since the traffic is all one way, can just rely on retries if that happens.
Or, maybe I can also scale on the number of containers running. Will think about that. Thanks
👍 2