Skip to content

Commit 817a1ca

Browse files
fix(cron): update cron for testing purposes (#226)
1 parent 49f1d6e commit 817a1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trend/trend.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export class TrendService {
182182
await pipeline.exec();
183183
}
184184

185-
@Cron(CronExpression.EVERY_HOUR, {
185+
@Cron(CronExpression.EVERY_10_HOURS, {
186186
name: 'trend-calculation-job',
187187
timeZone: 'UTC',
188188
})

0 commit comments

Comments
 (0)