Matthew Bell
03/13/2024, 4:55 AMMarvin
03/13/2024, 4:55 AMcloud-run:push
type which might involve configurations related to Cloud Run when setting up a work pool for executing flows.
You might want to set retries on the actual tasks within your flows which are run on Cloud Run instances. To do this, you can specify retry parameters on your tasks in Prefect. An excerpt from the Prefect documentation suggests there are ways to control retry behavior for tasks, such as using retry_jitter_factor
.
For detailed information on setting up a work pool for Cloud Run, you can refer to the work pools documentation. For managing task retries, please check the tasks documentation.
If you're looking for more information on how to set retries specifically for Google Cloud Run jobs managed by Prefect (outside of task retries in Prefect definitions), then you might want to look into Google Cloud Run's own documentation or the specific settings within the cloud service provider configuration.