Batch Process Runs Multiple times

Hi -

We have deployed camunda on Azure Kubernetes Server. We have timer batch process which is supposed to run once a day however it is running multiple times in a day.

In addition to this, we see that Hikari Pool connections as below

04:25:50.024 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=50, active=10, idle=40, waiting=0)
04:25:50.024 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Fill pool skipped, pool is at sufficient level.

From the above, the active connections do not reduce below 10, I believe it got stuck and running the batch process multiple times.

Note: On restart of the application everything is fine, this issue starts after some time.

Could someone guide on this? This is critical for us.

Thanks