fix(scrapeURL/checkStatus): bad handling of f-e under load
This commit is contained in:
@@ -38,7 +38,7 @@ export type FireEngineCheckStatusSuccess = z.infer<typeof successSchema>;
|
|||||||
|
|
||||||
const processingSchema = z.object({
|
const processingSchema = z.object({
|
||||||
jobId: z.string(),
|
jobId: z.string(),
|
||||||
state: z.enum(["delayed", "active", "waiting", "waiting-children", "unknown"]),
|
state: z.enum(["delayed", "active", "waiting", "waiting-children", "unknown", "prioritized"]),
|
||||||
processing: z.boolean(),
|
processing: z.boolean(),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user