Skip to content

requestHandlerTimeoutSecs is not working properly #2093

Closed Answered by B4nan
teammakdi asked this question in Q&A
Discussion options

You must be logged in to vote

Technically, you can't cancel a running promise, this is how JS works, once it starts, it will finish eventually, the limit is only about not waiting for it (and canceling everything that happens afterward, as that is what we can do). That timeout is about failing the requestHandler, not canceling what's inside it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by teammakdi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working.
2 participants
Converted from issue

This discussion was converted from issue #2092 on September 22, 2023 14:02.