Is there a way to look into the sidekiq queue? I would like to see what has been processed and/or what still needs to be processed.
Thanks in advance!
Is there a way to look into the sidekiq queue? I would like to see what has been processed and/or what still needs to be processed.
Thanks in advance!
Visit /sidekiq
on your forum, logged in as an admin, and you’ll get the standard sidekiq admin panel.
Just point your browser to : /sidekiq
. There’s no link, so you have to type it yourself. And you have to be logged in as an admin.
That’s exactly what I wanted. Thanks guys!!