generated from tailored/router-template
fix: add unread 重试
This commit is contained in:
parent
d4d6960a6c
commit
7bc9a06b7c
@ -35,6 +35,7 @@ export const addUnreadTask = async (nextTime = 0) => {
|
||||
{
|
||||
delay: nextTime,
|
||||
removeOnComplete: true,
|
||||
attempts: 1,
|
||||
removeOnFail: {
|
||||
age: 24 * 3600, // keep up to 24 hours
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user