Fully turn off the backlog stuff in staging. Sorry pingou... :(

This commit is contained in:
Ralph Bean 2014-08-09 13:12:20 +00:00
parent 0dc4ecd4e3
commit b7b595c765

View file

@ -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' %}