I'm trying to build an application in a python flex environment that is using some fairly large files (I'd say in total somewhere around 3GB). I was getting some timeout errors which i fixed through increasing the build timeout parameter, but at the final stage now I'm getting a new error:
Updating service [(myservice_name)] (this may take several minutes)...failed.
ERROR: (gcloud.app.deploy) Operation [apps/(myproject_name)/operations/0ee990a6-6ddb-4bc4-ba1e-80b309777866] timed out. This operation may still be underway.
I've tried increasing the app_start_timeout_sec parameter to it's maximum allowed value (3600), but it doesn't seem to have helped. Any help / suggestions would be greatly appreciated :)