Closed SophisticaSean closed 3 years ago
Google routinely returns 502's in production to the retrieve_messages API call in this library resulting in erroneous errors in production. This PR uses Retry to retry the request with exponential backoff to prevent erroneous errors.
Closing in favour of #58, thank you for starting the discussion and taking a stab @SophisticaSean, really appreciated!
Google routinely returns 502's in production to the retrieve_messages API call in this library resulting in erroneous errors in production. This PR uses Retry to retry the request with exponential backoff to prevent erroneous errors.