aws-inventory icon indicating copy to clipboard operation
aws-inventory copied to clipboard

Script hangs when Internet connection is unstable

Open davinerd opened this issue 6 years ago • 1 comments

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.

davinerd avatar Dec 05 '18 23:12 davinerd

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.

janiko71 avatar Jan 05 '19 22:01 janiko71