Attempt retry interval. #2923
Replies: 3 comments 2 replies
-
Hello @ciapamusche! I'm Dosu, your friendly bot here to help you with bugs, answer questions, and guide you in becoming a contributor. I'm here while you wait for a human maintainer. Let's tackle those issues together! 🚀 Yes, the Roo Code repository has a configuration parameter that allows setting a fixed retry interval for API requests. The setting "Always retry failed API requests" includes a "Delay slider" which controls the delay before retrying the request, with a default value of 5 seconds. This setting can be adjusted to manage how long Roo waits before attempting to retry a failed API call [1][2]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
maybee a good feature |
Beta Was this translation helpful? Give feedback.
-
the retries stop after 5 retries, is there any way to let it retry forever with increased timeouts? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If you enable automatic retry in roo, there is a incremental ramp of waiting time.
if there is an error it await 10 second, if there is error again 20 second , then 40 and so on....
is there a way to manually set this time .Eg 10 seconds every retry ?
Beta Was this translation helpful? Give feedback.
All reactions