Sha256: 7977233979e683f5a522f44adf8085db3f7c2488bac33096b4bd28c2b6dd609c

Contents?: true

Size: 277 Bytes

Versions: 42

Compression:

Stored size: 277 Bytes

Contents

namespace :carrier_service do

  desc 'Synchronise carrier service across all installed shops.'
  task sync: :environment do
    DiscoApp::Shop.installed.has_active_shopify_plan.each do |shop|
      DiscoApp::SynchroniseCarrierServiceJob.perform_later(shop)
    end
  end

end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
disco_app-0.16.1.pre.sidekiq.pre.6.pre.release lib/tasks/carrier_service.rake
disco_app-0.9.4 lib/tasks/carrier_service.rake
disco_app-0.9.5 lib/tasks/carrier_service.rake
disco_app-0.9.6 lib/tasks/carrier_service.rake
disco_app-0.9.7 lib/tasks/carrier_service.rake
disco_app-0.9.8 lib/tasks/carrier_service.rake
disco_app-0.9.9 lib/tasks/carrier_service.rake
disco_app-0.9.10 lib/tasks/carrier_service.rake
disco_app-0.9.11 lib/tasks/carrier_service.rake
disco_app-0.10.0 lib/tasks/carrier_service.rake
disco_app-0.10.1 lib/tasks/carrier_service.rake
disco_app-0.10.2 lib/tasks/carrier_service.rake
disco_app-0.10.3 lib/tasks/carrier_service.rake
disco_app-0.10.4 lib/tasks/carrier_service.rake
disco_app-0.10.5 lib/tasks/carrier_service.rake
disco_app-0.11.0 lib/tasks/carrier_service.rake
disco_app-0.11.1 lib/tasks/carrier_service.rake
disco_app-0.12.0 lib/tasks/carrier_service.rake
disco_app-0.12.1 lib/tasks/carrier_service.rake
disco_app-0.12.5 lib/tasks/carrier_service.rake