-
Notifications
You must be signed in to change notification settings - Fork 13
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
Rate limits #8
Rate limits #8
Conversation
Hi @jmc-bbk, thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. |
Done 👍 |
You did it @jmc-bbk! Thank you for signing the Singer Contribution License Agreement. |
@KAllan357 @cmerrick are there any updates on this? This is currently a blocker on a client project. Any info you can provide regarding an ETA is appreciated. Thanks! |
I can confirm that this is still broken. @KAllan357 @cmerrick Are there any updates on this? |
Also confirming this is still an issue. What is the progress on this PR? It's a 1 line change that is well documented by ReCharge and seems to have been open for months... Can I help in any way in getting this through? |
Description of change
ReCharge rate limits have changed which causes a 429 ERROR. Connector is broken on Stitch.
Current rate limit is
(160,60)
.However, from Recharge Documentation:
https://developer.rechargepayments.com/#rate-limits
Proposed change is to alter rate limits to
(120,60)
to never trip 429 error.Manual QA steps
Couldn't manual QA cannot get dependencies working on Mac w/ M1 Chip. Think this PR is low risk. Would appreciate some help with QA if 100% necessary. Connector is broken in current form.
Risks
Low. Only proposed a reduction in the calls per minute.
Rollback steps
Revert to v1.0.3.