rjarry / notmuch-gmail

Bidirectional sync of Gmail messages with notmuch database
MIT License
7 stars 3 forks source link

gapi: Poll 10x when a call times out #2

Closed rothn closed 3 weeks ago

rothn commented 1 year ago

Currently, a TimeoutError from the REST API will terminate the program. This change causes TimeoutErrors to be treated consistently with other retriable errors.