Fully turn off the backlog stuff in staging. Sorry pingou... :(
This commit is contained in:
parent
0dc4ecd4e3
commit
b7b595c765
1 changed files with 5 additions and 0 deletions
|
@ -11,7 +11,12 @@ config = dict(
|
|||
# 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.
|
||||
{% if env == 'staging' %}
|
||||
# But we have it turned off in staging.
|
||||
#status_directory="/var/run/fedmsg/status",
|
||||
{% else %}
|
||||
status_directory="/var/run/fedmsg/status",
|
||||
{% endif %}
|
||||
|
||||
# This is the URL of a datagrepper instance that we can query for backlog.
|
||||
{% if env == 'staging' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue