Cut the fedbadges threadpool in half.

This commit is contained in:
Ralph Bean 2014-11-17 15:46:02 +00:00
parent 5bd10b3e2c
commit 5dbfa39796
2 changed files with 2 additions and 6 deletions

View file

@ -5,8 +5,8 @@ config = {
# 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
# mode. If we turn it on globally, we should remove this setting.
"moksha.workers_per_consumer": 8,
"moksha.threadpool_size": 20,
"moksha.workers_per_consumer": 4,
"moksha.threadpool_size": 12,
# This tells the consumer where to look for its BadgeRule definitions. It
# may be a relative or an absolute path on the file system.

View file

@ -11,10 +11,6 @@ config = dict(
"tcp://badges-backend01.%s:3001" % suffix,
"tcp://badges-backend01.%s:3002" % suffix,
"tcp://badges-backend01.%s:3003" % suffix,
"tcp://badges-backend01.%s:3004" % suffix,
"tcp://badges-backend01.%s:3005" % suffix,
"tcp://badges-backend01.%s:3006" % suffix,
"tcp://badges-backend01.%s:3007" % suffix,
],
"tahrir.badges-web01": [