diff --git a/backend/functions/office-staff-sync/office-staff-sync.function.ts b/backend/functions/office-staff-sync/office-staff-sync.function.ts index 3c164c4ff..f6e6a17b6 100644 --- a/backend/functions/office-staff-sync/office-staff-sync.function.ts +++ b/backend/functions/office-staff-sync/office-staff-sync.function.ts @@ -26,6 +26,6 @@ export default async function timerTrigger( } app.timer('office-staff-sync', { - schedule: '0 0 * * * *', + schedule: '0 0 5 * * *', handler: timerTrigger, });