Skip to main content

View Sidekiq Queue Status

Introduction

The Sidekiq Queue Status endpoint provides access to a dashboard where you can view the current status of your Sidekiq jobs. This dashboard helps you monitor job progress, failure rates, and overall queue activity, making it an essential tool for tracking the performance of background tasks within your application.

Example View

https://lenox-rb-app-fe68c2643fcd.herokuapp.com/sidekiq

When accessing the URL, you will see the Sidekiq Web UI. The dashboard provides various tabs with detailed information, including:

  • Queues: The number of jobs in each queue.
  • Workers: Active workers and their current job status.
  • Retries: Jobs that have failed and are pending retry.
  • Scheduled: Jobs that are scheduled to run at a later time.