Skip to content

Commit

Permalink
Change the office staff sync execution time
Browse files Browse the repository at this point in the history
Jira ticket: CAMS-484

Co-authored-by: Fritz Madden <[email protected]>
Co-authored-by: James Brooks <[email protected]>
Co-authored-by: Brian Posey <[email protected]>,
  • Loading branch information
3 people committed Nov 21, 2024
1 parent b18fbfd commit aaa561f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ export default async function timerTrigger(
}

app.timer('office-staff-sync', {
schedule: '0 0 * * * *',
schedule: '0 0 5 * * *',
handler: timerTrigger,
});

0 comments on commit aaa561f

Please sign in to comment.