Specs for precompute feed service (#3142)
* Add spec for precompute feed service * Refactor PrecomputeFeedService * spec wip
This commit is contained in:
parent
4a3db71692
commit
db4119f971
3 changed files with 57 additions and 10 deletions
|
@ -6,6 +6,8 @@ class RegenerationWorker
|
|||
sidekiq_options queue: 'pull', backtrace: true, unique: :until_executed
|
||||
|
||||
def perform(account_id, _ = :home)
|
||||
PrecomputeFeedService.new.call(:home, Account.find(account_id))
|
||||
account = Account.find(account_id)
|
||||
|
||||
PrecomputeFeedService.new.call(account)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue