-
Hi,
I recently migrated my Spring Boot 2 application to Spring Boot 3. With this migration came a lot of dependencies updates, as expected, and there is now a specific use case where my integration…
-
-
We see a lot of queries sitting idle in DB but no query string. And they have been running for hours. We use Hikari connection pool in our Scala - Play Framework app.
And our app is throwing th…
-
Hello!
I am trying to put together a Kubernetes deployment and I am a little stuck with assigning the proper values for the environment.
Here's the full document so far:
Deployment
```ya…
-
Is there a way to wait until there are no listeners running?
Context: We listen for SIGTERM, and shutdown services in the following order:
1. HTTP Client
2. Job Queues
3. Event Listeners (to m…
-
Currently, the ohsome API reaches an undesired state when the connection to the (keytables) database is broken.
It should instead try to reconnect to the database and shutdown in case the reconnect…
-
The syncing DB connections, as described in [Import API](https://carto.com/developers/import-api/guides/database-connectors/) are POSTs with JSON content to "/api/v1/synchronizations" where both `conn…
gelin updated
5 years ago
-
**Describe the bug**
I was getting errors about too many connections for both MySQL and Postgres. For MySQL my server limit was set to 45 connections, which is less than the 24 specified in the sourc…
m3nu updated
5 months ago
-
**Describe the bug**
Calling the getAdmin method of my endpoint an exception occurs that reports null check operator used on a null value, however I don't understand how this is possible as I don't u…
-
### Expected Behavior
I initiated a micronaut project with Kotlin on Java 21 and the following features:
- Micronaut Data Hibernate Reactive
- Liquibase
- Postgres
- JDBC-Hikari
- Testcontai…