Distributed Task Scheduling in Non-Clustered WSO2 EIs: Achieving Efficiency and High Availability

15 views Asked by At

I need to run a scheduler on two separate EIs without clustering. How can I distribute tasks between them or implement an active-passive failover scenario? Are there any other efficient solutions available? This is usually undesirable for non-clustered environments as it would lead to duplicate work and potential data inconsistencies.

How can I configure the scheduler to distribute different tasks to each EI and run them concurrently?

0

There are 0 answers