Replies: 3 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@yrodiere @cescoffier I wonder if this is an instance of what we discussed the other day where the liveness checks don't get executed because they are just another task in the worker thread executor. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Detailed metrics are published for the Agroal managed DB connections if this property is set:
|
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,
I have a Quarkus application where we’ve written our code in a purely blocking style—we're not leveraging Mutiny or Uni. Here's a simplified example:
This approach works well under normal load, but during load testing, we observed the following issues:
Questions:
Any advice or experience shared would be really helpful. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions