Merge remote-tracking branch 'parent/main' into upstream-20240128
This commit is contained in:
commit
bd5b417d2b
107 changed files with 795 additions and 246 deletions
|
@ -5,6 +5,10 @@ class PrecomputeFeedService < BaseService
|
|||
|
||||
def call(account)
|
||||
FeedManager.instance.populate_home(account)
|
||||
|
||||
account.owned_lists.each do |list|
|
||||
FeedManager.instance.populate_list(list)
|
||||
end
|
||||
ensure
|
||||
redis.del("account:#{account.id}:regeneration")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue