Hi! In our team we run our flows using `prefect-gc...
# prefect-gcp
f
Hi! In our team we run our flows using
prefect-gcp
cloud run job, and stochastically receive the following error in some flow runs:
KeyError: "No class found for dispatch key 'cloud-run-job' in registry for type 'Block'."
With a retry then the error does not appear. After a random number of executions it appears again and after a retry we recover that execution. Has anyone experienced something similar or know what it could be?
👀 1
We have our prefect agents in a VM with installed
prefect-gcp==0.4.1
y
prefect==2.10.7