Periodically remove expired PuSH subscribers (#4654)
This commit is contained in:
@ -7,7 +7,6 @@ class Scheduler::SubscriptionsScheduler
|
||||
include Sidekiq::Worker
|
||||
|
||||
def perform
|
||||
logger.info 'Queueing PuSH re-subscriptions'
|
||||
Pubsubhubbub::SubscribeWorker.push_bulk(expiring_accounts.pluck(:id))
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user