Forum Discussion
Unable to Refresh multiple (API) Web Queries that all use the same offline access token
- 2 years ago
Anonymous
Actually, I was able to find another solution,
I had to disable the parallel loading so that it would send one request at a time:
it seems our server gets busier and slower when processing all of these parallel requests simultaneously, which causes it to hit the 100-second Cloudflare timeout for some of them.
Thanks Anonymous
I tried that, but now it throws 524 because Cloudflare on the server timeout at 100 seconds, and that can't be changed.
Is there a workaround for that?
Anonymous
Actually, I was able to find another solution,
I had to disable the parallel loading so that it would send one request at a time:
it seems our server gets busier and slower when processing all of these parallel requests simultaneously, which causes it to hit the 100-second Cloudflare timeout for some of them.