fix: continue VOE account fallback rotation
CI / verify (push) Canceled after 0s

This commit is contained in:
Sucukdeluxe
2026-09-07 02:44:08 +02:00
parent 0f5cb68308
commit c8838d34b3
5 changed files with 62 additions and 3 deletions
+1
View File
@@ -42,6 +42,7 @@ function classifyAccountFailure(error) {
const cooldownPatterns = [
/\b429\b|rate[- ]?limit|too many requests/i,
/quota|not enough (disk )?(space|storage)|insufficient (disk )?space/i,
/maximum storage space of the account (?:used up|reached|exceeded)/i,
/disk (space )?full|storage (exhausted|full|voll|limit)|account (full|voll)/i,
/session (expired|abgelaufen)|CSRF[- ]?Token nicht gefunden|not logged in/i,
/Keine Session erhalten|Session konnte nicht verifiziert werden/i,