I have an Elixir app which has some hard working background jobs. I only want to let them run on one node for the moment, the first one would be feasible. Is there a best practise how to do that?
As all instances share the same set of environment variable, I don’t see a good solution here.