Skip to content

Commit e2fc86c

Browse files
committed
fix: changed cron job timing for testing []
1 parent 3e53b5a commit e2fc86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/workspace/schedulers/ai-consumption.scheduler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class AiConsumptionScheduler {
3131
return { start, end };
3232
}
3333

34-
@Cron(CronExpression.EVERY_WEEK)
34+
@Cron(CronExpression.EVERY_5_MINUTES)
3535
async handleConsumption() {
3636
// This method will handle the AI consumption logic.
3737
// It can be used to schedule tasks related to AI consumption.

0 commit comments

Comments
 (0)