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
Like the Stripe API bindings, it would be great if you could configure network and system retries when intermittent network failures occur or server errors on the todoist side of things.
The problem it solves
Script failing out because of something that isn't the developers fault.
Alternatives
NA
Use case / screenshots
NA
Additional information
The text was updated successfully, but these errors were encountered:
If I'm not mistaken, we can use requests’ HTTPAdapter with urllib3’s Retry to retry requests.
For example, this code retries requests ten times if connecting to the server fails or the server returns 500:
Enhancement description
Like the Stripe API bindings, it would be great if you could configure network and system retries when intermittent network failures occur or server errors on the todoist side of things.
The problem it solves
Script failing out because of something that isn't the developers fault.
Alternatives
NA
Use case / screenshots
NA
Additional information
The text was updated successfully, but these errors were encountered: