@wtsnz there are a few choices out there for clustering, but phx ships with dns_cluster these days so I'd probably start there. Otherwise you could reach for libcluster. Feel free to shoot me a DM or email nathan @ railway dot com.
@wtsnz ๐ I work at Railway and ๐ Elixir. We've got a private network for your services so the primitives are there to cluster an Elixir app. I don't have a working example, but I'd be happy to talk more about it (and I'll tinker with it in the meantime).
Linux when? Linux now. ๐๐ง
For the last 6 months, our team and our open source community have been working hard to bring Zed to Linux.
As of today, we've released our first, official, stable build of Zed on Linux!
https://t.co/WbptRrpkQw
@akoutmos what is the advantage of using a supervised genserver rather than just calling a function at start up (like in application.ex)? an API error (eg. from Stripe) would crash and restart the server since the strat is "transient", so keep trying until it passes?