nielsk
nielsk

I am writing something in Python that runs on several servers and offers an API. What is the best way to let those servers speak with each other? So that when I speak with the API on one server, that server tells all the other servers: hey, please do this and that.

|
Embed
Progress spinner
In reply to
nielsk
nielsk

@rossk thanks. Someone else already mentioned Celery. I will try that.

I have my own server-clusters I have to take care of, no cloud involved.

|
Embed
Progress spinner