#1252 greenwave: Disable decision update messages
Merged a year ago by kevin. Opened a year ago by lholecek.
fedora-infra/ lholecek/ansible greenwave-disable-decision-updates  into  main

@@ -65,7 +65,7 @@ 

      app: greenwave

      service: fedmsg-consumers

  spec:

-   replicas: 1

+   replicas: 0

    selector:

      service: fedmsg-consumers

    template:

These are no longer used.

Build succeeded.

edit: wait, I think I was misremembering what the consumers on the greenwave side do, actually. Assuming this simply has the effect of disabling the resultsdb and waiverdb consumers in the Fedora greenwave deployment, and all they actually do is publish decision change messages, then yes, this should be fine, although I guess we might want to rip things out more definitively than just leaving it in but 'disabling' it like this.

edit: sigh, for the love of Pete, I was reading the diff wrong. I should really switch back to regular coffee, huh.

For now @kevin scaled this to 0 manually, we'll see if anything unexpectedly breaks. If not, I guess we can just yank all the consumer-related code from greenwave upstream and also from here?

rebased onto f8cc826

a year ago

rebased onto f8cc826

a year ago

Lets just merge this and if all looks well we can rip out the consumer the rest of the way.

I removed the rabbitmq queue and monitoring for it already.

Pull-Request has been merged by kevin

a year ago

Build succeeded.