-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Forky makes it difficult to operate graceful shutdowns in environments such as Heroku that blast all processes with SIGTERM on shutdown.
Forky has a flag shuttingDown that if it exported directly or via a setter function to allow it to be set to true, it could prevent the restart of child processes during the exit.
Is there a reason the flag shuttingDown is not exposed and seems to be a defacto constant? It might be a bug.
It's a real easy fix to allow a setter for shuttingDown and I'd put up a PR for that if it's something the admins would agree to.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels