81584779c ^
3eedad273 ^
93537c556 ^
91c929a42 ^
23aeef52c ^
1
2
3 4 5
6
7
8
9
# frozen_string_literal: true class Scheduler::SubscriptionsScheduler include Sidekiq::Worker sidekiq_options unique: :until_executed, retry: 0 def perform; end end