Skip to content

Commit

Permalink
Correct, completed job to only run once a minute
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliftonz committed Sep 20, 2023
1 parent e545500 commit 0dbdc6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class CompletedJobsMetricService {
repeatJobKey: METRIC_JOB_ID,
repeat: {
immediately: true,
pattern: '* * * * * *',
pattern: '0 * * * * *',
},
removeOnFail: true,
removeOnComplete: true,
Expand Down

0 comments on commit 0dbdc6c

Please sign in to comment.