fix(producer): retry transient deterministic font fetches (#2865)

* fix(producer): retry transient deterministic font fetches

* fix(producer): secure Lambda font cache directory
This commit is contained in:
James Russo
2026-07-28 22:49:03 -07:00
committed by GitHub
parent 675afc5654
commit 20f4f8f49c
13 changed files with 802 additions and 92 deletions
+2
View File
@@ -150,6 +150,8 @@ function normalizeTerminalErrorName(error: unknown): void {
candidate.code === "PLAN_PROTOCOL_UNSUPPORTED" ||
candidate.code === "PLAN_TOO_LARGE" ||
candidate.code === "PLAN_V2_INTEGRITY_UNRECOVERABLE" ||
candidate.code === "FONT_FETCH_FAILED" ||
candidate.code === "FONT_FETCH_UNAVAILABLE" ||
candidate.code === "VIDEO_SOURCE_UNRENDERABLE" ||
candidate.code === "VIDEO_EXTRACTION_FAILED" ||
candidate.code === "INVALID_VIDEO_METADATA"