mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-04 11:24:40 +08:00
fix(api/queue): tighten expiries on billingQueue jobs
This commit is contained in:
parent
93655b5c0b
commit
c9dd0e609a
@ -120,10 +120,10 @@ export function getBillingQueue() {
|
||||
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