Get the event when quarkus.shutdown.delay begins #49443
Replies: 3 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
I assume you mean a CDI event? If so, then no, we don't fire a CDI event during the However, it might be a good idea to fire a |
Beta Was this translation helpful? Give feedback.
3 replies
-
This has now been implemented under #49752, closing this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi everyone.
Is it possible to get the event when the quarkus.shutdown.delay countdown starts? In a Kubernetes environment, I noticed the sequence is:
I´m working with a Scheduler and I want to wait about 30 seconds after the shutdown event starts.
Beta Was this translation helpful? Give feedback.
All reactions