Sha256: 2f4fcf8e4c52a5de77b6ef797c05270398ab9733f155c699f856a65c7d61b67f
Contents?: true
Size: 177 Bytes
Versions: 6
Compression:
Stored size: 177 Bytes
Contents
# frozen_string_literal: true # :nocov: class UntilExecutingJob include Sidekiq::Worker sidekiq_options queue: :working, unique: :until_executing def perform; end end
Version data entries
6 entries across 6 versions & 1 rubygems