Don't do backlog stuff on bodhi-backend.
This commit is contained in:
parent
aeb6e83323
commit
0047d41b45
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ config = dict(
|
|||
cert_prefix='{{fedmsg_cert_prefix}}',
|
||||
{% endif %}
|
||||
|
||||
{% if not ansible_hostname.startswith('busgateway') %}
|
||||
{% if not (ansible_hostname.startswith('busgateway') or ansible_hostname.startswith('bodhi-backend')) %}
|
||||
# These options provide a place for hub processes to write out their last
|
||||
# processed message. This let's them read it in at startup and figure out
|
||||
# what kind of backlog they have to deal with.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue