-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] forcemerge
Request Fails After 5 Minutes Despite Custom requestTimeout
Configuration
#939
Comments
Does the same request wait with |
|
@eacet That seems odd, can you put up a simple repro for this along with the |
I don't see anywhere in the code base that would modify the For now, you can try |
Closing this issue since this is not a client bug. |
What is the bug?
When calling the
forcemerge
function with therequestTimeout
parameter set to1800000
(30 minutes), the request consistently fails after5 minutes
, despite the timeout being explicitly configured for a longer duration.How can one reproduce the bug?
What is the expected behavior?
The request should respect the
requestTimeout
configuration and allow the operation to continue for up to 30 minutes before timing out.What is your host/environment?
Operating System:
macOS Sequoia 15
&Amazon Linux 2 (Amazon Linux 2023), used in AWS CodeBuild environment
Library Version: 2.13.0
Node.js Version: 22
The text was updated successfully, but these errors were encountered: