Add tentative fedmsg endpoints for koschei.
This commit is contained in:
parent
d280c07b56
commit
de215a5f48
1 changed files with 10 additions and 0 deletions
|
@ -89,6 +89,16 @@ config = dict(
|
|||
for i in range(2)
|
||||
],
|
||||
|
||||
# I'm not sure how many endpoints koschei needs. There are four backend
|
||||
# processes.. i'm not sure how many of them publish messages and how
|
||||
# many threads each of them might have. And there's a wsgi frontend
|
||||
# with 5 threads, but I don't think it publishes any messages.
|
||||
# TODO -- update this after talking with the koschei devs.
|
||||
"koschei.koschei01": [
|
||||
"tcp://koschei01.%s:30%02i" % (suffix, i)
|
||||
for i in range(9)
|
||||
],
|
||||
|
||||
# koji is not listed here since it publishes to the fedmsg-relay
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue