Relative Content

Tag Archive for google-cloud-run

Run Cloud Run function without HTTP request timeout limits

I have a simple Python Cloud Run script that takes a while to run. I am reading online that Cloud Run jobs can last up to 60 minutes, but mine are timing after 30 seconds even though I have it set to 3600, which I assume is because I’m calling it via HTTP.