Closed davinerd closed 2 weeks ago
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.
The script SHOULD NOT be executed with a bad or unstable network connection. There's a bunch of AWS API calls.
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.