Koschei: split resolver into build-resolver and repo-resolver

This commit is contained in:
Michael Simacek 2017-03-02 15:02:28 +01:00
parent 5d02ce0e63
commit b77f5736b4
15 changed files with 44 additions and 24 deletions

View file

@ -47,14 +47,15 @@ config = dict(
],
{% endif %}
# mizdebsk says he thinks we'll need four 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
# mizdebsk says he thinks we'll need five sockets. Three services
# (koschei-{build,repo}-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-watcher uses two endpoints
"koschei.koschei-backend01": [
"tcp://koschei-backend01.%s:30%02i" % (suffix, i)
for i in range(4)
for i in range(5)
],
# koji is not listed here since it publishes to the fedmsg-relay