Add bulk 'Reset all failed builds' admin button to versions page#549
Add bulk 'Reset all failed builds' admin button to versions page#549frostebite merged 1 commit intomainfrom
Conversation
Adds a header-level admin button next to the existing 'Clean up stuck builds' button. Calls the resetFailedBuilds endpoint with an empty payload to reset failure counts on all builds stuck at max retries (15+), allowing the Ingeminator to retry them automatically. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 14 minutes and 59 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Visit the preview URL for this PR (updated for commit 0331f4a): https://game-ci-5559f--pr549-feat-bulk-reset-admi-2kygjvun.web.app (expires Sat, 04 Apr 2026 21:48:59 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 1f0574f15f83e11bfc148eae8646486a6d0e078b |

Summary
resetFailedBuildsendpoint (deployed in Fix Ingeminator stall and add resetFailedBuilds endpoint versioning-backend#85) with an empty payload to bulk-reset all builds stuck at max retries (failureCount >= 15)admin: trueclaim), follows the exact same pattern asCleanUpStuckBuildsButtonThis completes the admin UI toolchain for managing stuck builds:
Test plan
resetFailedBuildsendpoint and shows toast notification🤖 Generated with Claude Code