History Cleanup Configuration in cluster mode

I have multiple instance of camunda which is deployed in multiple servers but all are mapped to single camunda db. I want to configure history cleanup with end time strategy.

My question is, if i configure this History cleanup in each instance of camunda let say i have 5 instance of camunda were all mapped to single DB, will History cleanup job will trigger 5 times on configured time?

If so, how can i prevent to execute just 1 time for a day?

I am using,

Camunda 7.11

Hi @omprakashm.
No this won’t happen. The configuration is compared at startup with the setup in the database for the cleanup jobs. If you configure e.g. a cleanup window of 10pm - 6am with a parallelity of 2 and you have 5 instances running, then there will be two cleanup jobs available during that window and only at most 2 of your instances will pick up those jobs (could only be just one of them picking up both).

1 Like

Thanks for prompt response.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.