fdc17bea5 ^
a91c3ef6c ^
49834a6e7 ^
b21f7c28f ^
23aeef52c ^
1 2
3 4
5
6
7
8
9
# frozen_string_literal: true class ProcessingWorker include Sidekiq::Worker sidekiq_options backtrace: true def perform(account_id, body); end end