Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-stripe-native: increase resource update intervals
We've been seeing a significant number of rate-limiting errors, and users have seen their other Stripe integrations getting rate-limited because the connector sends a massive number of API requests. Increasing the default interval to 5 minutes should help reduce the number of API requests the connector makes. Other improvements could be made to reduce the number of API requests the connector makes. Primarily, the connector could dispatch events to different bindings based on the event type instead of having each binding check the `/events` endpoint. However, that's a significant refactor that will take some time & should be prioritized against all of the other work that needs done.
- Loading branch information