mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +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…
Reference in New Issue
Block a user