'How to run scheduler in multiple instances without collision - Spring boot
Is there any way to handle spring boot scheduler service to run in multiple nodes. If we keep running on single node it will require more time to process the operation. How to increase the performance when we running on same scheduler in multiple nodes(data source will be same table). In this scenario how we can avoid the data collision?
Is there any better way to handle this kind of requirement?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
