Class: SpreeCmCommissioner::InventoryItems::BulkAdjustQuantitiesOnHoldJob
- Inherits:
-
ApplicationUniqueJob
- Object
- ActiveJob::Base
- ApplicationUniqueJob
- ApplicationUniqueJob
- SpreeCmCommissioner::InventoryItems::BulkAdjustQuantitiesOnHoldJob
- Includes:
- SpreeCmCommissioner::IdempotentJob
- Defined in:
- app/jobs/spree_cm_commissioner/inventory_items/bulk_adjust_quantities_on_hold_job.rb
Instance Method Summary collapse
Methods included from SpreeCmCommissioner::IdempotentJob
#default_idempotency_key, #with_idempotency
Instance Method Details
#perform(options = {}) ⇒ Object
8 9 10 11 12 |
# File 'app/jobs/spree_cm_commissioner/inventory_items/bulk_adjust_quantities_on_hold_job.rb', line 8 def perform( = {}) with_idempotency(idempotency_key_for()) do bulk_adjust_quantities_on_hold() end end |