Camunda Timer events

Hi Team

in our application camunda timer used and it will trigger every 1hour.
Camada application is deployed in 2 servers. How trigger event will trigger in two servers. Will it trigger the timer events in two servers in same time? how will it work

Please help on this.

Hello @Madhav_Kesava_Reddy ,

this depends on the database in this setup. If both use the same database, then only 1 event will trigger, otherwise 2 will trigger.

Hope this helps

Jonathan

1 Like

Hi Jonathan, thanks for the reply.

We are using single database.

If you have any document on this, can you please share.

Hello @Madhav_Kesava_Reddy ,

this could help: A timer event will also be picked up by the job executor, so the job definition is in the database.

https://docs.camunda.org/manual/7.15/user-guide/process-engine/the-job-executor/

Jonathan

1 Like

Thanks @jonathan.lukas