We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ecea0 commit 2afda0bCopy full SHA for 2afda0b
1 file changed
Firebase/functions/src/notification/cleanup.ts
@@ -126,7 +126,7 @@ export const cleanupSoftDeletedNotifications = onSchedule({
126
export const cleanupNotificationDispatches = onSchedule({
127
maxInstances: 1,
128
region: LOCATION,
129
- schedule: "0 * * * *",
+ schedule: "0 0 * * *",
130
timeZone: "UTC"
131
},
132
async () => {
0 commit comments