We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Marginalia has built-in Sidekiq integration. If you were using custom middleware before, you can remove it and use the gem-provided instrumentation.
Enable the Sidekiq instrumentation:
# In config/initializers/sidekiq.rb Marginalia::SidekiqInstrumentation.enable!
Add the sidekiq_job component to your annotations:
sidekiq_job
# In config/initializers/marginalia.rb Marginalia::Comment.components = %i[ controller_with_namespace action sidekiq_job ]
There was an error while loading. Please reload this page.