Skip to content
New issue

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

The main executor for blocking tasks should participate in the graceful shutdown #16875

Closed
mkouba opened this issue Apr 28, 2021 · 1 comment · Fixed by #16922
Closed

The main executor for blocking tasks should participate in the graceful shutdown #16875

mkouba opened this issue Apr 28, 2021 · 1 comment · Fixed by #16922
Assignees
Labels
area/core kind/bug Something isn't working
Milestone

Comments

@mkouba
Copy link
Contributor

mkouba commented Apr 28, 2021

We need to register a specific ShutdownListener.

@mkouba
Copy link
Contributor Author

mkouba commented Apr 30, 2021

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.

@quarkus-bot quarkus-bot bot added this to the 2.0 - main milestone May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant