Skip to content

Celery dashboard

View Markdown

Drop in Dashboard for your Celery instrumentation data

This dashboard includes:

  • Task counts over time by status (SUCCESS, FAILURE, etc.)
  • Average task durations across all tasks
  • Overall task counts & average durations per task
  • Top 10 slowest task runs
  • Breakdown of failures, retries & other statuses
  • Total successful job count

To get started, make sure you have updated Honeybadger to version 1.1.0 or later.

pip install --upgrade honeybadger

And enable Insights instrumentation by including this in your config:

celery.conf.update(
HONEYBADGER_INSIGHTS_ENABLED = True,
)

Celery dashboardCelery dashboard