In Rails, you can easily get at the basic info of workers, jobs pending, etc. via Resque.info
hash. How can you determine how many jobs are in the Resque Scheduler Delayed Jobs (one-off scheduled) tab programmatically?
For example, I see 0 pending jobs in Resque.info but can see 5 jobs under the Delayed tab in Resque Web view. How could I return that 5 (total count or objects)?