Scheduled events not working when application is scaled to more then 1 recplicaset

2
Hello, My applicaton has a scheduled event for sending mails. The scheduled events is enabled in the model options page. Everything is working fine, but if I scale my application from 1 to 2, the scheduled events are no longer working.   It is not enough to undo the replicaset from 2 to 1, to make it work again. I have to create a new package from the same build, and deploy it again on the not scaled pod.   The microflow is working when I run it manualy, and is also working on 1 replicaset, but not on more then 1. Any idea what is causing this?
asked
2 answers
0

I'm not really familiar with that subject, but could it be that you need to set a cluster leader?

https://docs.mendix.com/refguide/clustered-mendix-runtime/#cluster-leader-follower

answered
0

Is was a bug in version 9.12.2.

it is resolved in 9.12.3 and above.

answered