Turn on multi-threading for FMN backend.
This commit is contained in:
parent
1fdb343941
commit
9e85f042a8
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ config = {
|
||||||
"fmn.consumer.enabled": True,
|
"fmn.consumer.enabled": True,
|
||||||
"fmn.sqlalchemy.uri": "postgresql://{{notifs_db_user}}:{{notifs_db_password}}@db-notifs/notifications",
|
"fmn.sqlalchemy.uri": "postgresql://{{notifs_db_user}}:{{notifs_db_password}}@db-notifs/notifications",
|
||||||
|
|
||||||
|
# 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.threads_per_consumer": 4,
|
||||||
|
|
||||||
# Some configuration for the rule processors
|
# Some configuration for the rule processors
|
||||||
"fmn.rules.utils.use_pkgdb2": True,
|
"fmn.rules.utils.use_pkgdb2": True,
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue