mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 12:12:23 +08:00
Cut the fedbadges threadpool in half.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user