mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 13:10:40 +08:00
fix(webScraperQueue): reduce retries to 2
This commit is contained in:
parent
cdf7bad5b4
commit
b7c01dcb9b
@ -14,7 +14,7 @@ export function getWebScraperQueue() {
|
||||
maxStalledCount: 10,
|
||||
},
|
||||
defaultJobOptions:{
|
||||
attempts: 5
|
||||
attempts: 2
|
||||
}
|
||||
});
|
||||
Logger.info("Web scraper queue created");
|
||||
|
Loading…
x
Reference in New Issue
Block a user