Only PuSH-resubscribe to OStatus accounts (#4583)
This commit is contained in:
parent
d0a217eb92
commit
3d47154c20
@ -8,13 +8,12 @@ class Scheduler::SubscriptionsScheduler
|
|||||||
|
|
||||||
def perform
|
def perform
|
||||||
logger.info 'Queueing PuSH re-subscriptions'
|
logger.info 'Queueing PuSH re-subscriptions'
|
||||||
|
|
||||||
Pubsubhubbub::SubscribeWorker.push_bulk(expiring_accounts.pluck(:id))
|
Pubsubhubbub::SubscribeWorker.push_bulk(expiring_accounts.pluck(:id))
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def expiring_accounts
|
def expiring_accounts
|
||||||
Account.expiring(1.day.from_now).partitioned
|
Account.where(protocol: :ostatus).expiring(1.day.from_now).partitioned
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user