[PR #1132] [MERGED] Catch 500 on backup page when you hit the backup rate limit #1200

Closed
opened 2026-02-04 19:25:47 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1132
Author: @notAreYouScared
Created: 3/20/2025
Status: Merged
Merged: 3/20/2025
Merged by: @notAreYouScared

Base: mainHead: charles/fix-backup-ratelimit


📝 Commits (3)

📊 Changes

2 files changed (+23 additions, -13 deletions)

View changed files

📝 app/Filament/Server/Resources/BackupResource/Pages/ListBackups.php (+22 -12)
📝 app/Services/Backups/InitiateBackupService.php (+1 -1)

📄 Description

Fix the 500 on backups when you've exceeded the x allowed for x seconds and inform the end user.
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1132 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 3/20/2025 **Status:** ✅ Merged **Merged:** 3/20/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/fix-backup-ratelimit` --- ### 📝 Commits (3) - [`99dc8a1`](https://github.com/pelican-dev/panel/commit/99dc8a18b4230a65700531ce47da735e7b9bacd6) Catch backup throwable - [`18e84ff`](https://github.com/pelican-dev/panel/commit/18e84ff31ceed532e7d177d55d607e8c9af6115d) phpstan - [`8831e1a`](https://github.com/pelican-dev/panel/commit/8831e1a9ede6fee2e27c6835e6ff3d57dc53eb14) Update notification ### 📊 Changes **2 files changed** (+23 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Resources/BackupResource/Pages/ListBackups.php` (+22 -12) 📝 `app/Services/Backups/InitiateBackupService.php` (+1 -1) </details> ### 📄 Description Fix the 500 on backups when you've exceeded the x allowed for x seconds and inform the end user. ![image](https://github.com/user-attachments/assets/02889be0-27ef-49a4-ba99-499eee6f81a1) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:25:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1200