DEV Community

Bogdanov Anton
Bogdanov Anton

Posted on

Better UI for Que background jobs adapter

Good day, Rails devs!

In my rails apps for background jobs I use mostly Que adapter, and for checking jobs status through UI only Que::Web was available.

Some time ago I got difficults with updating apps to rack 3 because of Que::Web's Sinatra, and decided to make own UI as simple Rails engine. So let me introduce Que::View - new UI interface for Que jobs.

Viewing jobs list

No more redundant dependencies, much freshier gem (Que::Web was not updated last 2 years). I hope it would be useful for those who use Que adapter.

Top comments (0)