fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
63 stars 46 forks source link

Don't disable mirrors silently #342

Open abompard opened 3 weeks ago

abompard commented 3 weeks ago

At the moment, mirrors are disabled after a threshold of consecutive crawl failures. This does not cause an email to be sent, or a message to be emitted. Mirrors should not be disabled (or re-enabled) silently. Mirrormanager could send a Fedora Message that would be sent out as a notification by FMN. The "robot_email" column could also be used to send an email directly.