We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stop-fn
nil
start
When a start function throws, init.system/start-component will attempt to stop all already started components, in reverse dependency order.
init.system/start-component
However, this calculation seems to be wrong, as I see suppressed NullPointerExceptions.
NullPointerExceptions
We should limit the reverse-dependency-order to the set of keys in the system at the time of error.
reverse-dependency-order
system
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a start function throws,
init.system/start-component
will attempt to stop all already started components, in reverse dependency order.However, this calculation seems to be wrong, as I see suppressed
NullPointerExceptions
.We should limit the
reverse-dependency-order
to the set of keys in thesystem
at the time of error.The text was updated successfully, but these errors were encountered: