[fixes] Based on APM findings

This commit is contained in:
Fosco Marotto
2021-01-11 23:56:42 -05:00
parent 0b77b386a2
commit 22ec66d07f
5 changed files with 13 additions and 11 deletions

View File

@@ -2,8 +2,8 @@
class PrecomputeFeedService < BaseService
def call(account)
FeedManager.instance.populate_feed(account)
# FeedManager.instance.populate_feed(account)
ensure
Redis.current.del("account:#{account.id}:regeneration")
# Redis.current.del("account:#{account.id}:regeneration")
end
end