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?