Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry twice when inserting member into Google Group #7

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Commits on Aug 19, 2024

  1. Retry twice when inserting memeber

    Docs: https://googleapis.github.io/google-api-python-client/docs/epy/googleapiclient.http.HttpRequest-class.html#execute
    
    We consistently run into SSLEOFError after a period of idling. When manually retrying, the request seems to go through. This PR uses the `num_retries` argument to automatically retry on request failure.
    ben-z authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    36426ac View commit details
    Browse the repository at this point in the history