Throw some more threads at FMN.

This commit is contained in:
Ralph Bean 2015-01-14 17:13:03 +00:00
parent ea4a138137
commit cda4eb70a7
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ config = dict(
endpoints={ endpoints={
"fmn.notifs-backend01": [ "fmn.notifs-backend01": [
"tcp://notifs-backend01.%s:30%0.2i" % (suffix, i) "tcp://notifs-backend01.%s:30%0.2i" % (suffix, i)
for i in range(5) for i in range(6)
], ],
}, },
) )

View file

@ -25,8 +25,8 @@ config = {
# This sets up four threads to handle incoming messages. At the time of # This sets up four threads to handle incoming messages. At the time of
# this commit, all of our fedmsg daemons are running in single-threaded # this commit, all of our fedmsg daemons are running in single-threaded
# mode. If we turn it on globally, we should remove this setting. # mode. If we turn it on globally, we should remove this setting.
"moksha.workers_per_consumer": 4, "moksha.workers_per_consumer": 6,
"moksha.threadpool_size": 10, "moksha.threadpool_size": 20,
# Some configuration for the rule processors # Some configuration for the rule processors
"fmn.rules.utils.use_pkgdb2": True, "fmn.rules.utils.use_pkgdb2": True,