Sha256: 5f71b3eb5d91bdc68f10fda84b59f69792d87386708bc44b6e6b1563860f0d81
Contents?: true
Size: 228 Bytes
Versions: 1
Compression:
Stored size: 228 Bytes
Contents
module InstDataShipper module Jobs class BasicDumpJob < InstDataShipper::Jobs::Base sidekiq_options retry: 3 if defined?(sidekiq_options) def perform(endpoints) end protected end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
inst_data_shipper-0.1.0.beta2 | lib/inst_data_shipper/jobs/basic_dump_job.rb |