I am running deployments using Google Cloud Run vi...
# ask-community
m
I am running deployments using Google Cloud Run via this basic workflow: https://docs.prefect.io/v3/deploy/infrastructure-examples/serverless Everything is working great but I am seeing every run being “late” by 1.5 to 2 minutes. I know these are cold runs but I just wanted a sanity check if that was too late or that is common. Thanks!
j
hey! can you give me a bit more context here? Do you mean your flow run is in a
Late
state for 2 minutes before it moves to
Pending
? Are you using a push pool on Prefect Cloud or running your own Cloud Run worker? or is the 2 minutes the time it takes your Cloud Run job to start
m
Screenshot 2025-03-14 at 9.48.02 AM.png
It goes from pending > running > completed but the pending takes 1.5 minutes.
j
got it got it.
All of the time is most likely being spent in Cloud Run trying to get your container started
If you give me a flow run id and a workspace id I can take a look to be sure of that on our end
but are you using a custom image? the prefect image?
m
I am using a custom image.
And I believe it’s a push pool via prefect cloud.