adobe限流不封号

This commit is contained in:
2026-07-02 16:59:27 +08:00
parent dde178f8f7
commit 7a168a1dd8
2 changed files with 27 additions and 28 deletions
+1 -1
View File
@@ -636,7 +636,7 @@ func (c *Client) submitVideo(ctx context.Context, client tlsclient.HttpClient, t
return respBody, "", ErrTemporaryUpstream
}
// "system under load" / timeout_error = adobe overload — treat as a temporary
// error so the tempAsDead policy retires the account (same as the image path).
// error so the tempFailover policy moves to the next account (same as the image path).
if b := string(respBody); strings.Contains(b, "system under load") || strings.Contains(b, "timeout_error") {
return respBody, "", ErrTemporaryUpstream
}