fix: gate retries by error category with backoff

Co-authored-by: Copilot App <[email protected]>
This commit is contained in:
Jim Lancaster
2026-08-23 18:30:54 -05:00
co-authored by Copilot App
parent f193b2800b
commit 86cdb4035c
7 changed files with 112 additions and 2 deletions
+1
View File
@@ -58,6 +58,7 @@ DATABASE_BACKUP_DIR=./data/backups
WORKER_MAX_RETRIES=0
WORKER_PROVIDER_TIMEOUT_SECONDS=30.0
WORKER_STALE_JOB_SECONDS=30.0
WORKER_RETRY_BACKOFF_SECONDS=1.0
WORKER_MIN_TRANSCRIPTION_CHARS=0
WORKER_MIN_TRANSCRIPTION_LINES=0
WORKER_FAIL_ON_FINISH_REASON_LENGTH=false