Skip to content
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

Feature Request: Support to define a rate limiting and retry logic #26

Open
Braunson opened this issue Feb 5, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@Braunson
Copy link

Braunson commented Feb 5, 2024

Detailed description

This is a feature request. Many external APIs have shallow rate limits. This means if you have an influx of calls to this API it's very likely you'll hit the limit and the call will fail. It would be great to be able to support defining a rate limiting strategy for a connector and provide the ability to retry after so long.

Context

Why is this change important to you? How would you use it?

  • It's something I've hit frequently while working with remote APIs, I'd use it for multiple integrations I've built.

How can it benefit other users?

  • Avoid hitting rate limits, losing data in failed calls

Possible implementation

N/A

@jenky
Copy link
Collaborator

jenky commented Feb 8, 2024

I believe this could be implemented as a plugin. Will add this to todo list. No ETA tho.

@jenky jenky added the enhancement New feature or request label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants