lib/yabeda/sidekiq/config.rb in yabeda-sidekiq-0.11.0 vs lib/yabeda/sidekiq/config.rb in yabeda-sidekiq-0.12.0

- old
+ new

@@ -18,8 +18,11 @@ attr_config declare_process_metrics: ::Sidekiq.server? # Retries are tracked by default as a single metric. If you want to track them separately for each queue, set this to +true+ # Disabled by default because it is quite slow if the retry set is large attr_config retries_segmented_by_queue: false + + # If set to true, an `:error` label will be added with name of the error class to all failed jobs + attr_config label_for_error_class_on_sidekiq_jobs_failed: false end end end