resultsdb: Avoid sending taskotron-compatible messages

These are no longer needed and can no longer be published anyway.
This commit is contained in:
Lukas Holecek 2023-05-22 09:34:41 +02:00 committed by zlopez
parent ff3609dd18
commit a344eb1b5d

View file

@ -50,7 +50,7 @@ stringData:
MESSAGE_BUS_PUBLISH_TASKOTRON = False
{% else %}
MESSAGE_BUS_PUBLISH = True
MESSAGE_BUS_PUBLISH_TASKOTRON = True
MESSAGE_BUS_PUBLISH_TASKOTRON = False
{% endif %}
MESSAGE_BUS_PLUGIN = 'fedmsg'
{% if deployment_type is defined and deployment_type in ['local'] %}