0
0
Fork 0

By pushing this into a worker we can reduce the amount of time the feed manager using workers eat up a connection

This commit is contained in:
Kurtis Rainbolt-Greene 2017-04-04 20:16:53 -07:00
parent ccb6a658fd
commit 1e96ce378e
2 changed files with 14 additions and 1 deletions

View file

@ -34,7 +34,7 @@ class FeedManager
trim(timeline_type, account.id)
end
broadcast(account.id, event: 'update', payload: inline_render(account, 'api/v1/statuses/show', status))
PushUpdateWorker.perform_async(timeline_type, account.id, status.id)
end
def broadcast(timeline_id, options = {})