Skip to content

Add new config options to control cleanup behaviour - #91

Open
pranaysashank wants to merge 3 commits into
fix-stdinfrom
cleanup-config
Open

Add new config options to control cleanup behaviour#91
pranaysashank wants to merge 3 commits into
fix-stdinfrom
cleanup-config

Conversation

@pranaysashank

Copy link
Copy Markdown
Member
  • setTerminateOnException: cleanup handlers send SIGTERM to child process
  • setInterruptOnException: cleanup handler send SIGINT to child process
  • setWaitOnException True: waits for the child process in cleanup after sending termination signal, False doesn't wait and instead uses the current forking behaviour

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@pranaysashank