Remove WebSub subscriptions (#11303)
This commit is contained in:
parent
4bd58b7f2d
commit
bd87e66679
14 changed files with 14 additions and 203 deletions
|
@ -5,7 +5,5 @@ class Scheduler::SubscriptionsCleanupScheduler
|
|||
|
||||
sidekiq_options unique: :until_executed, retry: 0
|
||||
|
||||
def perform
|
||||
Subscription.expired.in_batches.delete_all
|
||||
end
|
||||
def perform; end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue