Hi all, Is there any special flags or procedures ...
# prefect-community
g
Hi all, Is there any special flags or procedures for when deploying agents in servers that connect to the internet through a proxy? I have this wired behavior that I been fighting with since yesterday. I start the agent normally from CLI (Docker Agent) and It’ registers successfully (it even shows that in the Cloud UI). When I try to quick-run a flow from the Cloud, the flow is not being picked up by the agent even though the labels are exactly the same. in fact in the Agents section message about “Late submittable runs” starts to appear. Maybe some kind of caching in the proxy? Thanks in advance.
k
Hi @Gonzalo Stillo, is your machine with the agent able to hit other APIs? The agent should only need HTTP or HTTPS outbound.
Maybe you can try to see if
debug
level logs on the agent?
g
Hi Kevin, nice talking to you. What I just saw is that eventually the flow is picked up by the agent, but with exactly 10 minutes of difference between scheduled and started time.
k
Oh nice that it’s working, but that does feel too long. Is it consistently like that?
g
Suspiciously consistent 🙂
10 minutes exactly every time