bootstrap_timeline_worker.rb (188B)
- # frozen_string_literal: true
- class BootstrapTimelineWorker
- include Sidekiq::Worker
- def perform(account_id)
- BootstrapTimelineService.new.call(Account.find(account_id))
- end
- end
git clone https://hacktivis.me/git/mastofe.git
bootstrap_timeline_worker.rb (188B)
- # frozen_string_literal: true
- class BootstrapTimelineWorker
- include Sidekiq::Worker
- def perform(account_id)
- BootstrapTimelineService.new.call(Account.find(account_id))
- end
- end