PM2 alternative for Elixir

https://pm2.keymetrics.io/ is great for Javascript but is there a solution for Elixir?

Is built in:

3 Likes

I’m not sure what your goals are, but I use pm2 to manage a few of my Elixir apps at work. Since we run microservices, I sometimes need to start quite a few services to run a flow in the app.

You can tell pm2 to start any process, not just Node ones.

1 Like

There’s also the built in Erlang heart for recovering from VM crashes :slight_smile:

4 Likes