Good queue manager?

What’s a good admin interface for managing your queues (like delayed
job)?
I had a good experience with Google App Engine’s, but that was for
Python,
not Rails, so I’m wondering if there’s something similar.

Thanks. What I’m looking for is an admin dashboard to manage your
queues,
see how many jobs are in it, see what’s failing, etc. Do you know of
anything like that?


Sent from my Android.

Hi Jeff,

I am not so advanced in web-dev but what you are looking like sounds
like a rake task or delayed_job gem.

@Guys, please correct me if I am wrong. I do not want to point this guy
in to the wrong direction.