The project I am working on would trigger various asynchronous jobs to do some work. As I look into it more these asynchronous jobs are actually being run as separate JVMs (sepa
I'm using distributed lock provided by Redisson to synchronize work of different JVMs