mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 23:00:03 +00:00
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:
@@ -578,7 +578,9 @@ describe("createApp HTTP mapping", () => {
|
||||
it.each([
|
||||
["VIDEO_SOURCE_UNRENDERABLE", 400],
|
||||
["VIDEO_EXTRACTION_FAILED", 500],
|
||||
] as const)("routes producer video code %s with HTTP %s", async (code, expectedStatus) => {
|
||||
["FONT_FETCH_FAILED", 400],
|
||||
["FONT_FETCH_UNAVAILABLE", 500],
|
||||
] as const)("routes producer code %s with HTTP %s", async (code, expectedStatus) => {
|
||||
const gcs = new FakeGcs();
|
||||
await seedPlanTar(gcs, "gs://b/renders/r1/plan.tar.gz", PLAN_HASH);
|
||||
const app = createApp(
|
||||
|
||||
Reference in New Issue
Block a user