I'm successfully running a flow with Prefect's Clo...
# prefect-cloud
j
I'm successfully running a flow with Prefect's Cloud Run Push work pool. But retries aren't working right. Specifically I have a task that fails and should be retried but it looks like Prefect is trying to spin up another Cloud Run instance with the same name. This error comes after the 1-minute retry delay.
Copy code
Flow run could not be submitted to infrastructure: <HttpError 409 when requesting <https://us-west1-run.googleapis.com/apis/run.googleapis.com/v1/>...

"Resource 'shiny-hedgehog' already exists.". Details: "Resource 'shiny-hedgehog' already exists."
👀 1
shiny-hedgehog
is the name of the Cloud Run job that's still running after the task failed. So I think it should be making a new Cloud Run job to do the retry but it would have to be a new name to do so.
I'm running
prefect==2.13.1
if it matters. I'm about to update it to the latest for a different reason though.
Just checking--was anything updated on Prefect Cloud's side for this Cloud Run Push Retry error? I'm not seeing this specific error anymore but I'm not sure if it's something I did accidentally or not.
n
hmm. would you be able to open an issue for this here?