Increase cloudflare max request duration

Hello guys,

How can I increase the max duration of my requests to avoid the timeout errors from Cloudflare? I have large requests that would take around 2-3min

thanks

Cloudflare has a 100-second timeout, as you have noticed. This is not configurable unless on the Enterprise plan. Your options are to gray cloud (:grey:) the domain and lose Cloudflare’s protections/CDN, rework your script to run in the background, respond with some ID that can be polled for status in future requests, or otherwise make it respond quicker.

2 Likes