Skip to content

Commit

Permalink
fucked up the cron timer
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Jan 21, 2025
1 parent 17abb09 commit f7fcfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/checkin/config.json5.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
whitelist: [], // You can whitelist some crons if you only want to run specific crons
blacklist: [], // You can blacklist some crons if you don't want to run them
// You can use this site to generate cron expression: https://crontab.guru/
checkIn: '0 20 * * *',
checkIn: '5 22 * * *',
codeRedeem: '*/15 * * * *',
expedition: '0 */30 * * * *',
missedCheckIn: '0 0 23 * * *',
Expand Down

0 comments on commit f7fcfdf

Please sign in to comment.