about summary refs log blame commit diff
path: root/app/workers/scheduler/subscriptions_scheduler.rb
blob: 6903cadc7607f49a9ab3228608b0d4abb4b6b63f (plain) (tree)
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