I would like to perform some video processing task which can take a long time to complete.
I had thought of using Cloud functions but I found that it can run for a maximum time of 540 seconds.
Browsing the internet, I find that App Engine can be used to execute long running processes.
I need the 'scale to zero' functionality, so, I cannot use Flexible environment.
On https://cloud.google.com/appengine/docs/the-appengine-environments, I find that 'Maximum request timeout' in standard environment is 60 seconds.
Is there a way to execute long running task in standard environment?