-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Improve performance of AWS script #3
Comments
It takes 2hr45m right now. That's a long time, especially if I want to run it every day! Feels like a poor use of GitHub Actions resources. |
Some options:
|
Worth considering: I'm currently using the According to https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md that's currently AWS CLI 2.4.13 - and that gets bumped pretty often, see the commit history here https://github.com/actions/virtual-environments/commits/main/images/linux/Ubuntu2004-Readme.md which seems to bump it every few days. But the release history on https://pypi.org/project/awscli/#history shows daily releases of AWS CLI - so actually I should update to the latest version using |
https://superfastpython.com/threadpoolexecutor-in-python/ looks useful. Might also be interesting to try doing this with |
Originally posted by @simonw in #2 (comment)
The text was updated successfully, but these errors were encountered: