mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-04-02 08:21:57 -04:00
Fix: Ensure retry_on configuration specifies wait time and attempts for error handling
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
class WebhookProcessJob < ActiveJob::Base
|
class WebhookProcessJob < ActiveJob::Base
|
||||||
queue_as :default
|
queue_as :default
|
||||||
|
retry_on StandardError, wait: 5.minutes, attempts: 5
|
||||||
|
|
||||||
ALLOWED_ENTITIES = %w[
|
ALLOWED_ENTITIES = %w[
|
||||||
Customer
|
Customer
|
||||||
|
|||||||
Reference in New Issue
Block a user