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
We need to register a specific ShutdownListener.
ShutdownListener
The text was updated successfully, but these errors were encountered:
Fix the shutdown hook of the main executor for blocking tasks
ef7e86c
- resolves quarkusio#16875
It turns out there is a special shutdown hook for this executor with its own configuration: https://quarkus.io/guides/all-config#quarkus-core_quarkus.thread-pool.shutdown-timeout. Unfortunately, there was a bug and the shutdown hook did not work as expected.
Sorry, something went wrong.
mkouba
Successfully merging a pull request may close this issue.
We need to register a specific
ShutdownListener
.The text was updated successfully, but these errors were encountered: