mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
fix(scrapeURL/checkStatus): bad handling of f-e under load
This commit is contained in:
parent
25e94ffd28
commit
b8a6fb3524
|
@ -38,7 +38,7 @@ export type FireEngineCheckStatusSuccess = z.infer<typeof successSchema>;
|
|||
|
||||
const processingSchema = z.object({
|
||||
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(),
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user