Skip to content

Commit

Permalink
Merge pull request #4182 from novuhq/complete-service-timing
Browse files Browse the repository at this point in the history
Change Completed Metric Job to only run once a minute
  • Loading branch information
Cliftonz authored Sep 21, 2023
2 parents f51fd35 + 0dbdc6c commit 7c4d236
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 7c4d236

Please sign in to comment.