mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 02:18:59 +08:00
fix(api/queue): tighten expiries on indexQueue jobs
This commit is contained in:
parent
c9dd0e609a
commit
3ea221b093
@ -66,10 +66,10 @@ export function getIndexQueue() {
|
||||
connection: redisConnection,
|
||||
defaultJobOptions: {
|
||||
removeOnComplete: {
|
||||
age: 90000, // 25 hours
|
||||
age: 3600, // 1 hour
|
||||
},
|
||||
removeOnFail: {
|
||||
age: 90000, // 25 hours
|
||||
age: 3600, // 1 hour
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user