aws / apprunner-roadmap

This is the public roadmap for AWS App Runner.
https://aws.amazon.com/apprunner/
Other
292 stars 13 forks source link

Request Timout parity with other platforms and tools #204

Open kpconnell opened 11 months ago

kpconnell commented 11 months ago

Community Note

Tell us about your request Please increase the maximum timeout of an HTTP request to AppRunner to be more inline with other platforms: Lambda - 600 seconds Elastic Beanstalk - Unlimited Google Cloud Run - 60 minutes Azure Container Instances: unlimited

There are many use cases for long lived http requests which do not fit will with an async pattern or with something like AWS batch.

Describe alternatives you've considered These other platforms mentioned above.

Additional context If you are trying to protect a resource like load balancer connections... then simply add it to the cost model and let us decide.