In https://pagure.io/fedora-infrastructure/issue/13023 we noted that the wiki result reporter can get hit by mediawiki rate limits if it's shut off for a while then restarted and tries to file a ton of results all at once.
Since the rate limit is per minute it should be relatively easy to just handle this in the consumer - keep a note on the instance of how many writes we've done in the last minute and back off if it gets too high.
Metadata Update from @adamwill: - Custom field story_points adjusted to 3
https://pagure.io/fedora-qa/fedora_openqa/pull-request/116 should fix this. I decided to just catch the rate limit error and back off for 90 seconds if we see it, as that's easier to implement.
PR is merged now so this should be fixed.
Metadata Update from @adamwill: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/quality/fedora_openqa/issues/115
Please continue any further discussion there.