> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mergent.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Request Timeouts

> Learn about Mergent's default request timeout and compare with various hosting providers

Tasks invoked by Mergent are subject to timeouts. By default, Mergent's request timeout is 15 minutes; however, most hosting providers have different timeouts that will terminate a request after a certain amount of time.

* AWS API Gateway: 30 seconds
* AWS ECS: ∞
* AWS Lambda: 15 minutes
* Google Cloud Functions: 1 minute, configurable to 9 minutes
* Google Cloud Run: 5 minutes, configurable to 60 minutes
* Google HTTP Load Balancer: 30 seconds
* Heroku: 30 seconds
* Netlify: 10 seconds
* Render: ∞
* Vercel: 10 seconds, [configurable to 15 minutes based on your Vercel plan](https://vercel.com/docs/functions/serverless-functions/runtimes#maxduration)

<Warning>
  If you're using ngrok, Mergent's request timeout is reduced to 10 seconds.
</Warning>
