K8S probe timing out when using ManagedExecutor a lot #27007
Unanswered
manofthepeace
asked this question in
Q&A
Replies: 2 comments 18 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Could you show an example of your Quartz usage? |
Beta Was this translation helpful? Give feedback.
18 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 all,
this possibly relates to #23429 and this comment on another related issue; #7893 (comment)
We do not use much resteasy-reactive, just few custom management apis, but we do an extensive use of the ManagedExecutor. At one point kubernetes killed our application because of a timeout in the liveness probe. This happens when we run with a certain load (managed executor running async about 5k+ somewhat short tasks), called from a quartz
@Scheduled
methodwe got this exception when it happened before everything died and got restarted again. Unsure if it is actually related to the actual issue since k8s killed the pod.
It would be nice I think for that reason, to get the management apis on another port, if it could solve that particular issue. I wonder if anybody had that kind of thing, and any ways to solve it with the current quarkus implementation. I am sure I can bump the timeout, but it seems like pushing the problem, until a next time.
Beta Was this translation helpful? Give feedback.
All reactions