[the-new-hotness]Fix consumer callback for production

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-12-09 13:29:38 +01:00
parent ffe823979d
commit b9403b3ac0

View file

@ -13,11 +13,7 @@ topic_prefix = "org.fedoraproject.prod"
{% endif %}
passive_declares = true
{% if env == "staging" %}
callback = "hotness.hotness_consumer:HotnessConsumer"
{% else %}
callback = "hotness.consumers:BugzillaTicketFiler"
{% endif %}
# Note the double brackets below.
# To add another binding, add another [[bindings]] section.