We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
my app does a graceful shutdown when it receives sigterm or sigint, which might take a couple seconds. But godotenv ends immediately I think.
Seems like godotenv should pass signals to the child and then wait.