We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e53b5a commit e2fc86cCopy full SHA for e2fc86c
src/modules/workspace/schedulers/ai-consumption.scheduler.ts
@@ -31,7 +31,7 @@ export class AiConsumptionScheduler {
31
return { start, end };
32
}
33
34
- @Cron(CronExpression.EVERY_WEEK)
+ @Cron(CronExpression.EVERY_5_MINUTES)
35
async handleConsumption() {
36
// This method will handle the AI consumption logic.
37
// It can be used to schedule tasks related to AI consumption.
0 commit comments