Schedule the interruption of hung Python processes with signals
Posted on Sat 13 July 2019 • Tagged with python, snippets • 3 min read
A lightweight method to interrupt (hung) Python processes after a set time using the signal
library.
Continue reading...