Hi there, I am still using block and agent-based d...
# prefect-gcp
e
Hi there, I am still using block and agent-based deployments. On May 16, my entire pipeline crashed (multiple different deployments) When I try to submit a flow run, they all crash immediately The flow’s state message returns “Flow run could not be submitted to infrastructure” I’ve rolled back my prefect and prefect-gcp
Copy code
prefect==2.17.1; python_version >= '3.8'
prefect-gcp==0.5.7; python_version >= '3.7'
My infrastructure block is GCP Cloud Run Job My agent’s requirement file matches these prefect versions too
Copy code
prefect==2.17.1; python_version >= '3.8'
prefect-gcp==0.5.7; python_version >= '3.7'
How should I debug?
k
I would look at the logs of the agent container - it should have a traceback that has more hints at what went wrong
e
I think I found a the error
Copy code
Details: "Unable to create JOB "xxxxx-5db3ec1bdf624675995xxxxxxxx" because 1000 already exist in this region."