You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i am running my service i am able to send only 4 request , after it i will get Timeout with CompletionException from my service. I am not the first with this trouble and an error is always reproducible, you should just restart a service to get exactly same behavior for each request . While substituting reactive-pg driver for classic jdbc everything becomes fine.
Same issue: https://stackoverflow.com/questions/70939493/why-am-i-getting-timeout-exception-after-4-requests-to-database
also i changed reactive panache to panache-orm*
The text was updated successfully, but these errors were encountered:
When i am running my service i am able to send only 4 request , after it i will get Timeout with CompletionException from my service. I am not the first with this trouble and an error is always reproducible, you should just restart a service to get exactly same behavior for each request . While substituting reactive-pg driver for classic jdbc everything becomes fine.
Same issue: https://stackoverflow.com/questions/70939493/why-am-i-getting-timeout-exception-after-4-requests-to-database
also i changed reactive panache to panache-orm*
The text was updated successfully, but these errors were encountered: