fix: continue indefinitely after each 429

This commit is contained in:
2026-09-12 04:22:38 +08:00
parent 6661bf26f1
commit 4a9e9175da
7 changed files with 76 additions and 45 deletions
+5
View File
@@ -2,6 +2,11 @@
All notable changes to this project are documented in this file.
## 0.1.1 - 2026-09-12
- Continue indefinitely while each new structured HTTP 429 failure is emitted.
- Keep the delay fixed at 3 seconds for every attempt.
## 0.1.0 - 2026-09-11
- Detect structured Codex HTTP 429 task failures.