Feature request: Add support for @backoff instead @retry #13486
sr-standards
started this conversation in
General
Replies: 0 comments
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.
-
Feature request: Add support for @backoff instead @Retry
Langchain currently uses the @Retry decorator to retry the API call in case of a RateLimitError. Using @backoff.on_exception, from the backoff package works better. Because the time in-between retries increases exponentially. This is a feature request to add support for @backoff.
Beta Was this translation helpful? Give feedback.
All reactions