worker | 2023-10-04T10:02:00.510Z pid=253522 tid=4yc6 INFO: DEPRECATION: Sidekiq exception handlers now take three arguments, see #<Proc:0x00007f07be656108 /home/devanil/.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/rollbar-3.4.0/lib/rollbar/plugins/sidekiq.rb:15> worker | 2023-10-04T10:02:00.510Z pid=253522 tid=4y76 ERROR: Error fetching job: Waited 3.0 seconds ```rb config.error_handlers << proc do |e, context| Rollbar::Sidekiq.handle_exception(context, e) end ```