nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
http://pypi.python.org/pypi/honcho
MIT License
1.59k stars 145 forks source link

Running multiple workers in background? #203

Closed citynorman closed 6 years ago

citynorman commented 6 years ago

How would I do something like the commands below to run honcho process in background? Right now honcho is always in the foreground and if I close to terminal window the process stops too...

Honcho start web
Honcho start worker
# let it run for a while
Honcho stop worker
Honcho stop web

I guess I want something more like supervisor but with Procfiles (and the fact that supervisor has bad python 3 support).

citynorman commented 6 years ago

Found circus does this nicely https://circus.readthedocs.io/en/latest/