I created a CloudRun container that has a request timeout of 900 seconds. It's triggered by CloudScheduler cron job that is also suppose to have a timeout of 900 seconds (using "--timeout 900") but after 300s (default timeout) I get a 504 timeout error and my container throttles down.
I followed this answer: How to increase Cloud Scheduler request timeout deadline? but it doesn't seem to work in the non-beta Cloud Scheduler.