started with pipeline processing workers

This commit is contained in:
Sandy Walsh 2014-07-14 18:51:28 +00:00
parent 0682a0a8a4
commit 1ad9509775

View File

@ -8,5 +8,13 @@ screen -t yagi2 bash
stuff "cd git/yagi/bin; ./yagi-event --config ../../../shoebox.conf\r"
screen -t quincy bash
stuff "cd git/quincy/quincy; gunicorn --log-file=- api:api\r"
screen -t expired bash
stuff "pipeline expired --polling_rate=2\r"
screen -t ready1 bash
stuff "pipeline ready --polling_rate=1\r"
screen -t ready2 bash
stuff "pipeline ready --polling_rate=1\r"
screen -t completed bash
stuff "pipeline completed --polling_rate=2\r"
screen -t bash bash
stuff "klugman events -h\r"