forked from FoundKeyGang/FoundKey
Enable lifo job
This commit is contained in:
parent
fd2c01515e
commit
144345a359
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ export function deliver(user: ILocalUser, content: any, to: any) {
|
|||
type: 'exponential',
|
||||
delay: 1000
|
||||
},
|
||||
lifo: true,
|
||||
removeOnComplete: true,
|
||||
removeOnFail: true
|
||||
});
|
||||
|
@ -57,6 +58,7 @@ export function inbox(activity: any, signature: httpSignature.IParsedSignature)
|
|||
type: 'exponential',
|
||||
delay: 1000
|
||||
},
|
||||
lifo: true,
|
||||
removeOnComplete: true,
|
||||
removeOnFail: true
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue