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:
parent
3ec88c8f5f
commit
dff0db809d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user