DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.84k stars 79 forks source link

Reloading env variables #78

Closed vvo closed 4 years ago

vvo commented 4 years ago

Hi there, I would like to be able to reload overmind to take into account new env variables without having to completely kill it and restart it. Did you ever think about this use case? Thanks.

PS: I love overmind. I think it's the best but most underknown .env/process manager ever created and I try to share it as much as possible.

DarthSim commented 4 years ago

Hey! Glad you love Overmind! Even if I manage to rewrite env variables of the running tmux server (that seems problematic for me), they won't be rewritten for already running processes. And restarting all processes doesn't look different from restarting the whole overmind.

vvo commented 4 years ago

Indeed that's very similar and fine for me, thanks again!