You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is that mbs/mbs.fedoraproject.org is sending messages on the bus, and it seems that this is overloading fedbadges who try to do a query.all() on all the build made by that user, which is "a lot".
Right now, I am testing a patch that add it to the list of banned user, but ideally, it shouldn't requires to change the code, just a configuration setting.
The text was updated successfully, but these errors were encountered:
At https://github.com/fedora-infra/fedbadges/blob/develop/fedbadges/rules.py#L100 , we have a list of username that shouldn't get badges. It should be a configuration option rather than be hardcoded in the code.
My use case is that mbs/mbs.fedoraproject.org is sending messages on the bus, and it seems that this is overloading fedbadges who try to do a query.all() on all the build made by that user, which is "a lot".
Right now, I am testing a patch that add it to the list of banned user, but ideally, it shouldn't requires to change the code, just a configuration setting.
The text was updated successfully, but these errors were encountered: