From 9b07ae707329969c25512fffecac188fcfcd2cb5 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sat, 28 Feb 2026 17:51:48 -0500 Subject: [PATCH] Fix: Ensure retry_on configuration specifies wait time and attempts for error handling --- app/jobs/webhook_process_job.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/jobs/webhook_process_job.rb b/app/jobs/webhook_process_job.rb index 2c599c2..46a0ff3 100644 --- a/app/jobs/webhook_process_job.rb +++ b/app/jobs/webhook_process_job.rb @@ -10,6 +10,7 @@ class WebhookProcessJob < ActiveJob::Base queue_as :default + retry_on StandardError, wait: 5.minutes, attempts: 5 ALLOWED_ENTITIES = %w[ Customer