Enable quincy API w/ winchester pipeline engine
enable quincy Change-Id: I5b9b39a245d5731fe275eafa4f3432ebac13c112
This commit is contained in:
parent
cc01846056
commit
678d1449ac
@ -4,4 +4,5 @@ v1_impl=quince.v1_impl:Impl
|
|||||||
v2_impl=quince.v2_impl:Impl
|
v2_impl=quince.v2_impl:Impl
|
||||||
|
|
||||||
[quince]
|
[quince]
|
||||||
|
winchester_config=../../../winchester.yaml
|
||||||
oahu_config=../../..|oahu_config:Config
|
oahu_config=../../..|oahu_config:Config
|
||||||
|
@ -4,12 +4,10 @@ hardstatus alwayslastline '%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}
|
|||||||
#screen -t time_sync bash
|
#screen -t time_sync bash
|
||||||
#stuff "cd git/stacktach-notigen/bin; gunicorn -b 127.0.0.1:8001 --log-file=- 'time_sync:get_api()'\r"
|
#stuff "cd git/stacktach-notigen/bin; gunicorn -b 127.0.0.1:8001 --log-file=- 'time_sync:get_api()'\r"
|
||||||
|
|
||||||
# not yet working w/ winchester
|
screen -t quincy bash
|
||||||
#screen -t quincy bash
|
stuff "cd git/stacktach-quincy/quincy; gunicorn --log-file=- 'quincy.api:get_api(config_location=\"../../../quincy.conf\")'\r"
|
||||||
#stuff "cd git/stacktach-quincy/quincy; gunicorn --log-file=- 'api:get_api(config_location=\"../../../quincy.conf\")'\r"
|
|
||||||
|
|
||||||
screen -t bash bash
|
screen -t bash bash
|
||||||
#stuff "klugman streams\r"
|
stuff "klugman streams\r"
|
||||||
screen -t yagi1 bash
|
screen -t yagi1 bash
|
||||||
stuff "yagi-event --config yagi.conf\r"
|
stuff "yagi-event --config yagi.conf\r"
|
||||||
screen -t yagi2 bash
|
screen -t yagi2 bash
|
||||||
|
@ -34,7 +34,7 @@ pipeline_config: pipelines.yaml
|
|||||||
|
|
||||||
# If you are replaying old events (timestamps in the past)
|
# If you are replaying old events (timestamps in the past)
|
||||||
# you will need a time service to keep the clocks
|
# you will need a time service to keep the clocks
|
||||||
# between yagi and the pipeline workers in sync.
|
# between yagi and the pipeline workers in sync.
|
||||||
# Don't set this if you're running with real-time events.
|
# Don't set this if you're running with real-time events.
|
||||||
#time_sync_endpoint: http://127.0.0.1:8001
|
#time_sync_endpoint: http://127.0.0.1:8001
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user