From cdd5fe3f2f039c741c951c53bbdea1c127f066ed Mon Sep 17 00:00:00 2001 From: Kishore <42832651+kishore03109@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:57:44 +0800 Subject: [PATCH] chore(monitoring): remove on retry --- src/monitoring/MonitoringService.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/monitoring/MonitoringService.ts b/src/monitoring/MonitoringService.ts index 8aa84fada..83c5a4767 100644 --- a/src/monitoring/MonitoringService.ts +++ b/src/monitoring/MonitoringService.ts @@ -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 - }, }, })