Skip to content

Commit

Permalink
feat: send checkin reminder at 3PM on friday as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rutmanz committed Nov 4, 2024
1 parent 7cb2d3d commit b4e028b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export function scheduleTasks() {

// Slack is silly and can only handle 5 items in the overflow menu
scheduleCronTask(createTaskFunc(promptCheckinMessage), '0 19 * * FRI')
scheduleCronTask(createTaskFunc(promptCheckinMessage), '0 15 * * FRI')
tasks['Sync Sheet'] = scheduleTask(updateSheet, 60 * 5, isProd, 0)
tasks['Sync Slack Members'] = scheduleTask(syncSlackMembers, 60 * 60, isProd, 0) // can be run from the admin members page
tasks['Update profile Certs'] = scheduleTask(updateProfileCerts, 60 * 60 * 24, isProd, 5 * 60)
Expand Down

0 comments on commit b4e028b

Please sign in to comment.