mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 21:15:56 +08:00
fix(queue-jobs): never cc timeout jobs that are crawl-associated (makes no sense)
This commit is contained in:
parent
7ad9a00ea8
commit
0f32500149
@ -46,7 +46,7 @@ async function _addScrapeJobToConcurrencyQueue(
|
||||
jobId: jobId,
|
||||
},
|
||||
priority: jobPriority,
|
||||
}, webScraperOptions.scrapeOptions?.timeout ?? (60 * 1000));
|
||||
}, webScraperOptions.crawl_id ? Infinity :(webScraperOptions.scrapeOptions?.timeout ?? (60 * 1000)));
|
||||
}
|
||||
|
||||
async function _addCrawlScrapeJobToConcurrencyQueue(
|
||||
|
Loading…
x
Reference in New Issue
Block a user