diff --git a/services/checkin/config.json5.j2 b/services/checkin/config.json5.j2 index 98d1383c..3ee3f8ac 100644 --- a/services/checkin/config.json5.j2 +++ b/services/checkin/config.json5.j2 @@ -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 * * *',