diff --git a/src/modules/points/points.service.ts b/src/modules/points/points.service.ts index 049e36c..9695858 100644 --- a/src/modules/points/points.service.ts +++ b/src/modules/points/points.service.ts @@ -54,8 +54,8 @@ export class PointsService { @InjectConnection() private readonly mongoConnection: Connection, ) {} - @Cron(CronExpression.EVERY_DAY_AT_11PM) // @Cron('*/10 * * * * *') // Every 5 seconds + @Cron('15 18 * * *') // 6:15 PM server time (UTC), 11:45 PM local time async handleInspectPointReductionForTheDayCron() { console.log('Running cron');