LoginSignup
8
5

More than 5 years have passed since last update.

sidekiqのperformメソッドを同期的に動かす

Last updated at Posted at 2018-06-25

binding.pry
などでデバッグしたい時とかに使える

# 呼び出し
::HogeWorker.new.perform
# worker
def perform
  binding.pry
end
8
5
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
5