Fix: Ensure retry_on configuration specifies wait time and attempts for error handling

This commit is contained in:
2026-02-28 17:51:48 -05:00
parent baf321d4d6
commit 9b07ae7073

View File

@@ -10,6 +10,7 @@
class WebhookProcessJob < ActiveJob::Base
queue_as :default
retry_on StandardError, wait: 5.minutes, attempts: 5
ALLOWED_ENTITIES = %w[
Customer