Skip to content

Commit c54338a

Browse files
authored
Merge pull request #743 from Astitva877/astitva/token-consumption-report
fix: changed cron job timing for testing []
2 parents b96d1ec + e2fc86c commit c54338a

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)