1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

(bug) unable to sync objects on stripe

This commit is contained in:
Sylvain 2023-01-03 10:41:01 +01:00
parent 3ec88c8f5f
commit dff0db809d

View File

@ -3,6 +3,7 @@
# This worker perform various requests to the Stripe API (payment service)
class SyncObjectsOnStripeWorker
require 'stripe/service'
require 'stripe/helper'
include Sidekiq::Worker
sidekiq_options lock: :until_executed, on_conflict: :reject, queue: :stripe