[sidekiq] disable bootstraptimelineworker
This commit is contained in:
@@ -4,6 +4,6 @@ class BootstrapTimelineWorker
|
||||
include Sidekiq::Worker
|
||||
|
||||
def perform(account_id)
|
||||
BootstrapTimelineService.new.call(Account.find(account_id))
|
||||
# BootstrapTimelineService.new.call(Account.find(account_id))
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user