Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Support Keyboard Interrupts #31

Open
1 task
Wyko opened this issue Mar 27, 2017 · 0 comments
Open
1 task

Support Keyboard Interrupts #31

Wyko opened this issue Mar 27, 2017 · 0 comments

Comments

@Wyko
Copy link
Owner

Wyko commented Mar 27, 2017

Problem

Currently, when the application runs and is interrupted, there is no code to gracefully exit execution. Especially when scanning with subprocesses, as they have a tenancy to stick around after the interrupt.

Objective

Implement support for interrupts.

Ideas

  • Using the signal module to get the subprocesses to ignore the KeyboardInterrupt, then terminating the workers normally
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant