fix: add unread 重试

This commit is contained in:
熊潇 2025-06-22 10:52:31 +08:00
parent d4d6960a6c
commit 7bc9a06b7c

View File

@ -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
},