Configurable timeout for actions #6821
Unanswered
marquiswang
asked this question in
Troubleshooting
Replies: 2 comments
-
The timeout is happening due to something at the network level severing the connection. Typically NGINX will cut requests at 60 seconds and other reverse proxies may do the same. Some hosting providers (Cloudflare) will also cut off the request at 60 seconds. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you set up NGINX as reverse proxy, it is
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
Add the ability to configure a timeout for actions.
More details
I have some actions that take a couple minutes. It seems like Librechat errors out with
Error connecting to server, try refreshing the page.
in the GUI after 60-ish seconds.Command was run at 12:23:55-ish, and in the GUI it showed the error approximately at 12:24:55.
In the Librechat logs I see:
2025-04-10 12:24:55 error: [api/server/controllers/agents/client.js #sendCompletion] Operation aborted Aborted
2025-04-10 12:25:57 error: API call to action.server failed No response received for GET http://action.server/action/parameters: read ECONNRESET
Which components are impacted by your request?
General
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions