It may sound confusing, but basically, I have a pooling system where I’m requesting a URL. The problem is that if there are multiples servers running, every single one will request the URL.
I was wondering if somehow, it is possible to choose a main server, and this server will be responsible for request the URL, and then spread out the result to other servers using MessagingService. When the main server closes, another running server will be chosen to be the main one.
I tried to do this with MessagingService, but no big deal.
Does anyone know if it is possible, and if it is, how?