Relative Content

Tag Archive for python-3.xmultiprocessing

EXTRA_QUEUED_CALLS process not capturing SIGINT handler

I am working with concurrent futures multiprocessing and I want to implement graceful exit on SIGINT while also killing all non started processes. This is achieved by the executor shutdown as shown in the code snippet. The problem is with the additional process that is spun up after the shutdown from the queue because of