fedmsg/base: Drop Koschei endpoints

This commit is contained in:
Mikolaj Izdebski 2019-09-26 06:44:14 +02:00 committed by Pierre-Yves Chibon
parent 3f8a28c085
commit da18157e0f

View file

@ -47,17 +47,6 @@ config = dict(
],
{% endif %}
# 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(5)
],
# koji is not listed here since it publishes to the fedmsg-relay