Chromium Code Reviews| Index: go/src/infra/tricium/service/dispatch.yaml |
| diff --git a/go/src/infra/tricium/service/dispatch.yaml b/go/src/infra/tricium/service/dispatch.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3d1a2d0e4c90b616054a6a266a4ad5776668eec4 |
| --- /dev/null |
| +++ b/go/src/infra/tricium/service/dispatch.yaml |
| @@ -0,0 +1,21 @@ |
| +application: chrome-infra-tricium-dev |
| +dispatch: |
| + |
| +- url: "*/workflow-launcher/*" |
| + module: workflow-launcher |
|
Paweł Hajdan Jr.
2016/07/05 12:16:00
FWIW, I'm not sure how useful is it to have each o
emso
2016/07/06 06:21:28
AFAIK, the benefit of having these as separate mod
emso
2016/07/07 09:18:45
For got to answer your second question. I didn't f
|
| + |
| +- url: "*/_ah/queue/analysis-requests*" |
|
Sergiy Byelozyorov
2016/07/05 14:41:48
Why is this necessary? Looks like workflow-launche
emso
2016/07/06 06:21:28
Sorry, I forgot clean up this file. I was experime
|
| + module: workflow-launcher |
| + |
| +- url: "*/workflow-listener/*" |
| + module: workflow-listener |
| + |
| +- url: "*/gerrit-poller/status" |
|
Sergiy Byelozyorov
2016/07/05 14:41:48
Why is it just .../status here? There is a handler
emso
2016/07/06 06:21:28
More garbage - sorry. Removing.
|
| + module: gerrit-poller |
| + |
| +- url: "*/gerrit-reporter/*" |
| + module: gerrit-reporter |
| + |
| +- url: "*/*" |
| + module: default |
| + |