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 Feb 20, 2021. It is now read-only.
I'm running a project that displays my to-do lists as pulled from wunderlist, so I'd like for it to be as up to date as possible. At the moment, I'm hitting the API once every 15 seconds and after a while I get kicked off with the message
"Max retries exceeded with url: /api/v1/lists"
Rather than dialing back the amount I hit the API until it works, I was wondering if you could tell me what the requirements are for exceeding requests. Is it requests per day, per hour?
Thank you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm running a project that displays my to-do lists as pulled from wunderlist, so I'd like for it to be as up to date as possible. At the moment, I'm hitting the API once every 15 seconds and after a while I get kicked off with the message
"Max retries exceeded with url: /api/v1/lists"
Rather than dialing back the amount I hit the API until it works, I was wondering if you could tell me what the requirements are for exceeding requests. Is it requests per day, per hour?
Thank you.
The text was updated successfully, but these errors were encountered: