google app engine - Increase the request timeout beyond 30 seconds? -


i have flexible app engine app in running set of integration tests upon request. sys.exit(1) after 30 seconds every time run it. cannot use task queue or deferred library since flexible(not standard) app engine project. ideas on how extend 30 second deadline? tried change auto scaling manual scaling without luck :|

in flexible environment can use pub/sub library create background tasks. need create worker service listens particular queue , can add tasks in queue , when task ready thrown worker service , taken care of it. here reference can use solve it, https://cloud.google.com/python/getting-started/using-pub-sub. hope :)


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -