Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Features

David Copeland edited this page Feb 16, 2015 · 2 revisions

This attempts to document all features of Resque Brain

  • Monitor Multiple Resque instances from the same UI
  • Summarize failed jobs, jobs waiting, jobs running, and stale workers across all monitored Resque instances
  • Show jobs waiting per queue
  • Show jobs currently running
  • Highlight jobs running "too long" (more than an hour)
  • Provide instructions for kill stale workers from a Rails console (read about why Resque Brain doesn't do this for you).
  • Paginated view of failed queue
  • Ability to Retry, Clear or Retry & Clear any failed job.
  • Ability to Retry, Clear or Retry & Clear all failed jobs.
  • Link to search google for failure message from failed queue.
  • View of the schedule, if using resque-scheduler, and the ability to manually queue scheduled jobs
  • Monitoring tasks that log stats to the log, consumable by Librato.
  • Auto-refresh of current view every 30 seconds.
  • Responsive, mobile-friendly UI
  • Authentication via HTTP Basic Auth
Clone this wiki locally