Skip to content

Commit

Permalink
fix(api): digest cron
Browse files Browse the repository at this point in the history
  • Loading branch information
waltergalvao committed Jan 30, 2025
1 parent c4387a7 commit d12b930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/bull-mq/schedule-cron-jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const scheduleCronJobs = async () => {

await addJob(SweetQueue.CRON_SCHEDULE_DIGESTS, null, {
repeat: {
pattern: "0 * * * *",
pattern: "*/15 * * * *",
},
});
};

0 comments on commit d12b930

Please sign in to comment.