Sha256: a2011c025d9ee357d132c80a9900c36ae26fe18dae46492a91416370dee42410
Contents?: true
Size: 198 Bytes
Versions: 16
Compression:
Stored size: 198 Bytes
Contents
# frozen_string_literal: true # :nocov: class InlineWorker include Sidekiq::Worker sidekiq_options lock: :while_executing, lock_timeout: 5 def perform(one) TestClass.run(one) end end
Version data entries
16 entries across 16 versions & 1 rubygems