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

Add retries to the individual streaming of files from zoom to s3 #163

Merged
merged 1 commit into from
Aug 2, 2024

Commits on Aug 2, 2024

  1. Add retries to the individual streaming of files from zoom to s3

    - added tenacity (retry library) to function requirements
    - failed files will be retried up to 5 times with a 2m wait in between
    
    set `tcp_keepalive=True` for the boto3 s3 client
    
    this seems like a smart thing to do anyway, even though the connection
    issues that are motivating the retries are on the zoom side.
    
    See: https://www.miketheman.net/2022/10/04/reduce-aws-lambda-latencies-with-keep-alive-in-python/
    lbjay committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8b8d04b View commit details
    Browse the repository at this point in the history