Stop hooks are not run if process is terminated during startup, am I doing something wrong? #1239
Unanswered
andersroos
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tested this with a simple app. If I have two dependent Start hooks and interrupt the process while the second one is running, the app will just exit with code 1. I assumed that the first Stop hook would run and the app would exit gracefully. Am I doing something wrong?
Sample code:
Beta Was this translation helpful? Give feedback.
All reactions