Move PubSubHubbub pinging to a background worker
It can take as much as 0.5s if not longer to complete
This commit is contained in:
@ -17,7 +17,7 @@ class FollowService < BaseService
|
||||
end
|
||||
|
||||
merge_into_timeline(target_account, source_account)
|
||||
source_account.ping!(account_url(source_account, format: 'atom'), [Rails.configuration.x.hub_url])
|
||||
HubPingWorker.perform_async(source_account.id)
|
||||
follow
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user