nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.

Home Page:http://pypi.python.org/pypi/honcho

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running multiple workers in background?

citynorman opened this issue · comments

commented

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).

commented

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