Skip to content

Commit

Permalink
fix: increate cron job check delay to 1 min
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Sep 15, 2023
1 parent 3a3245a commit c73f87a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cron/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export class AgendaCronJobs {
mongo,
db: { collection: 'rocketchat_cron' },
defaultConcurrency: 1,
processEvery: '1 minute',
});
await this.scheduler.start();

Expand Down

0 comments on commit c73f87a

Please sign in to comment.