tatey / delayed-web

A rails engine that provides a simple web interface for exposing the Delayed::Job queue.
MIT License
74 stars 36 forks source link

Summary/Count Statistics #30

Open levberlin opened 4 years ago

levberlin commented 4 years ago

I switched from delayed_job_web to this gem for a variety of reasons, and the one thing that I miss is some summary of how many jobs are queued up. When there are a lot, there isn't any pagination even, so it's unclear from the interface how many there are.

Any thoughts on adding that?

levberlin commented 4 years ago

That, and a "rerun all failed jobs" option.