GNOME Bugzilla – Bug 673367
Implement exponential backoff
Last modified: 2018-09-21 16:14:44 UTC
libgdata currently doesn't automatically retry any operations if they fail. However, for transient failures (e.g. 5xx errors) libgdata could easily implement exponential backoff and retry 5 times before returning the failure to the user. This would save implementing retry handling in clients. Note that care would have to be taken that retries are performed safely for state-changing operations. See https://developers.google.com/google-apps/documents-list/#implementing_exponential_backoff for a suggested implementation (Google Documents-specific, but could be applied to all of libgdata).
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/libgdata/issues/11.