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

429 on every sync_wake_up() call #133

Open
andeplane opened this issue Jun 25, 2023 · 3 comments
Open

429 on every sync_wake_up() call #133

andeplane opened this issue Jun 25, 2023 · 3 comments

Comments

@andeplane
Copy link

Just checking if anyone else sees the same. If I just run a single call to sync_wake_up(), the API responds with 429 even though that is the only call in a long time.

Has anyone else seen this?

@mababio
Copy link
Contributor

mababio commented Sep 22, 2023

I'm thinking they changed their limits within the last year. I was working with this module about a year ago and now I'm getting similar 429 error with the same use of the module

@tdorssers
Copy link
Owner

I am not getting a 429. You can try to increase the backoff parameter on sync_wake_up, to 1.3, 1.4 or 1.5 to see if that works. The initial interval can be increased to 3 or more if increasing backoff isn't effective. Please let me know if it works and I can change the defaults.

@mababio
Copy link
Contributor

mababio commented Sep 27, 2023

Ah I'm getting 429 but not with the sync_wake_up method I think. I wrapped my Logic within a python @Retry decorator. It fails still but at least the @Retry decorator retries of me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants