In camunda 7 10 timers of different process instances trigger at the same time due to which getting error "too many clients"

Hi team!
I’m encountering this issue from a while. Timers of multiple process instances triggers at the same time due to which I’m getting too many clients error. Service task after timer includes some database entries and also email notification to the user. Please guide me how can I resolve this issue.
image

Hi @saharali,

I think it’s a mismatch between the configured database connection and the thread pool in the process engine.

Hope this helps, Ingo