Hello All,
I am posting the specific queries with regards to Clustered Scheduler setup. 1. MIFOS by default implements RAMStore Quartz Scheduler which is a NON_CLUSTERED. 2. Quartz scheduler provisions CLUSTERED SCHEDULER by using DB/Terracotta. 3. For our application, we will have to use Clustered scheduler for efficiency and also for HA. Need to know if CLUSTERED Setup was explored or implemented. If yes, Was it DBStore or Terracotta Store. What infra is required.? 4. How does this work for Multi-Tenants. Can i setup a clustered scheduler for 1 set of tenants.? Or Clustering is across all tenants.? Was this explored.? 5. As per our understanding of MIFOS scheduler implementation, Jobs run per tenant. Suppose job is same for 2 different tenants. Job run individually for tenant. Is this correct. I am looking for some help if someone had tried the clustered scheduler setup. Thanks, Karthik From: Karthik Ananthakrishnan <[email protected]> Date: Friday, 19 January 2018 at 12:48 AM To: <[email protected]> Subject: Scheduler Jobs - Quartz. Hello All, I am trying to understand Mifos in depth and add new features to it. I am trying to understand how the scheduler in MIFOS works. I figured out that MIFOS uses Spring quartz scheduler for achieving this. I would like to know how this will work when we have like 50 tenants connected.? Can I use a separate server to schedule for all tenants or a set of tenants.? Each tenant has separate schedulers which are not linked.? Or same scheduler runs for all tenants.? Have few more queries. If anyone has good knowledge of setting up schedulers, I would like to talk to them and understand more. Thanks in advance. Regards, Karthik
