https://prefect.io logo
e

Eric Ma

09/15/2023, 2:48 PM
Hello, is there a way to increase the Google Cloud Run Job block timeout beyond 3600 sec? Right now, the max is set to 3600. However it seems like Google supports up to 24 hours https://cloud.google.com/run/docs/configuring/task-timeout
n

Nate

09/15/2023, 7:18 PM
hey @Eric Ma - i believe the cloud run v1 api supports 3600s jobs whereas the cloud run v2 api supports longer jobs and our cloud run infra block / work pool are currently using cloud run's v1 api -- I know @Jack P has something in the works on this, did I get that right?
👍 1
j

Jack P

09/15/2023, 8:48 PM
Yess you're right @Nate 🦜 ! Hey @Eric Ma, currently using this at work -> https://github.com/japerry911/prefect-gcp/tree/skylord/new/cloud_run_v2_and_worker_v2-active Cloud Run V2 Worker/block, built out like 90%, just need to add kill functionality and unit tests. Will open PR for Prefect_Gcp repo for it in 2-3 weeks as I am traveling this weekend!