You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Is your feature request related to a specific problem?
Currently our saas connectors fail when hitting a throttle from http servers without any sort of retrying.
Describe the solution you'd like
Saas connectors use the requests library to make http request. This library supports retrying on throttles but we should also consider retries at the Node level.
Describe alternatives you've considered, if any
It is possible to handle these exceptions at the Node level
We're also planning on working in a client side rate limiter but these can either work together or be exclusive features
Is your feature request related to a specific problem?
Currently our saas connectors fail when hitting a throttle from http servers without any sort of retrying.
Describe the solution you'd like
Saas connectors use the
requests
library to make http request. This library supports retrying on throttles but we should also consider retries at the Node level.Describe alternatives you've considered, if any
Additional context
Example
The text was updated successfully, but these errors were encountered: