Skip to content

Commit e06fb4e

Browse files
author
Janith Rathnayaka
committed
reset to cronjob 2 hours
1 parent 661e742 commit e06fb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/triage/src/app/cron.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class CronService{
1919
// return await this.analyze(startDate, endDate);
2020
// }
2121

22-
@Cron(CronExpression.EVERY_5_MINUTES)
22+
@Cron(CronExpression.EVERY_2_HOURS)
2323
async handleCron(){
2424
const start = new Date();
2525
const startDate = start.toISOString();

0 commit comments

Comments
 (0)