Skip to content

Commit

Permalink
chore(monitoring): remove on retry
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 committed Jun 27, 2024
1 parent 011060a commit cdd5fe3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/monitoring/MonitoringService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ export default class MonitoringService {
defaultJobOptions: {
removeOnComplete: true,
removeOnFail: true,
attempts: 3,
backoff: {
type: "exponential",
delay: ONE_MINUTE, // this operation is not critical, so we can wait a minute
},
},
})

Expand Down

0 comments on commit cdd5fe3

Please sign in to comment.