Fix task exception never retrieved due to aiobotocore sessions#1714
Fix task exception never retrieved due to aiobotocore sessions#1714
Conversation
Paragon SummaryThis pull request review analyzed 4 files and found no issues. The review examined code changes, potential bugs, security vulnerabilities, performance issues, and code quality concerns using automated analysis tools. Paragon did not detect any problems in the current diff. Proceed with merge after your normal checks. This PR fixes unhandled task exceptions caused by aiobotocore session handling in storage, preventing noisy runtime errors and improving async stability. It also aligns the relevant API and SDK dependency versions to support the fix. Key changes:
Confidence score: 5/5
4 files reviewed, 0 comments Tip: |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
dadmobile
left a comment
There was a problem hiding this comment.
Question: You only did this to some functions and I couldn't quickly figure out why?
deep1401
left a comment
There was a problem hiding this comment.
Question: You only did this to some functions and I couldn't quickly figure out why?
Missed 4 functions because they were not used in launch_template. Fixed now
No description provided.