aws-inventory
aws-inventory copied to clipboard
Script hangs when Internet connection is unstable
When Internet connection is unstable, threads wait forever due to the missing timeout in the underline threading's acquire
call (I suppose).
Specifying a timeout will ensure the script to ends at some point, writing the information gathered so far.
Hi, thank you for your comment. I understand your point, but adding a timeout can be a bit tricky even if the script supports restarts. However, I will take a look.