We've released a patch version (0.13.2) of our Ruby gem, fixing two issues.
- The use_sucker_punch config option could cause timeouts when using Unicorn
(#121) - thanks to Fabio Napoleoni for the report - Sidekiq payloads were being mutated, causing the sidekiq-failures UI not to display parameters
correctly (#122) - thanks to Dmitry Krasnoukhov for investigating and reporting this.