mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 11:59:01 +08:00
fix(scrapeQueue): change expiry to 1 hour
This commit is contained in:
parent
a7b56ab87c
commit
a1efe33c8a
@ -22,10 +22,10 @@ export function getScrapeQueue() {
|
|||||||
connection: redisConnection,
|
connection: redisConnection,
|
||||||
defaultJobOptions: {
|
defaultJobOptions: {
|
||||||
removeOnComplete: {
|
removeOnComplete: {
|
||||||
age: 90000, // 25 hours
|
age: 3600, // 1 hour
|
||||||
},
|
},
|
||||||
removeOnFail: {
|
removeOnFail: {
|
||||||
age: 90000, // 25 hours
|
age: 3600, // 1 hour
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user