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.
How can I run a Cloud Run job without the HTTP timeout limits? I don’t actually NEED to run it via HTTP, I just want to click a button in the web console to invoke it when needed.