Limit on when a new subrequest can be started?

There used to be a limit that new subrequests could not be started if 15 seconds (I think it was 15) wall time had elapsed since the start of the request.

This was really thorny because if you wanted to chain two subrequests, the second would not happen if the first sometimes took too long.

I can no longer find mention of this limit here: Limits · Cloudflare Workers docs

Has it been removed?

The text changed last September.

Hah, I didn’t know the docs are in a public git repo, that’s cool.

Thanks for sharing, and I guess that answers my question!

1 Like