We think koschei needs only 3 fedmsg endpoints (not 9).

This commit is contained in:
Ralph Bean 2015-05-12 13:27:57 +00:00
parent d28f959a50
commit ba4ea66ff3
3 changed files with 9 additions and 12 deletions

View file

@ -89,14 +89,13 @@ 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.
# mizdebsk says he thinks we'll need three sockets. Two services
# (koschei-resolver and koschei-polling) are only sending messages, one
# service (koschei-watcher) can both send and receive them. The wsgi
# webapp doesn't use fedmsg at all and all services are single-threaded
"koschei.koschei01": [
"tcp://koschei01.%s:30%02i" % (suffix, i)
for i in range(9)
for i in range(3)
],
# koji is not listed here since it publishes to the fedmsg-relay