Sergei Aleksandrovich

Results 198 comments of Sergei Aleksandrovich

Hi Vlad, glad to see you here! Sorry, I can't reproduce the bug (http://img.darthsim.me/iq8tr.png). Do you use the latest version of Hivemind?

Does https://github.com/DarthSim/overmind work the same way?

As I said, I can't reproduce the issue. I'll open it with `help wanted` label.

> Could an option be added to hivemind to specify whether a process should be tricked into thinking its on an interactive tty or not? You can do this without...

Hi @bbugh! Overmind allows specifying the socket path as well as binding its server to TCP. So simple search for `.overmind.sock` is not enough for this feature to work properly....

Hey @krisleech! Overmind catches SIGTERM for graceful shutdown and should delete .overmind.sock when receiving SIGTERM even when daemonized. However, it waits for all processes to stop. Maybe your system kills...

It seems like filling the Procfile with `docker-compose run *` doesn't save you from `docker-compose run bin/rails *` as your application anyway runs in a container bond with dependency containers...

Hey Kevin! This feature involves dynamic scaling of the processes, so it has the same issue as #112. Most of the dev process managers have the same problem, and it's...

Overmind does nothing fancy here, it just runs `which tmux` and expects it to run without errors: https://github.com/DarthSim/overmind/blob/master/start/command.go#L148-L150. If Overmind can't find tmux, try to run `which tmux` yourself.

Hi Igor, Overmind is mainly a development tool, and I don't think it fits the production needs. Honestly, I'd choose something else to run processes in production. As for the...