@@ -15,13 +15,16 @@ A lightweight, zero-dependency web interface for monitoring Solid Queue backgrou
1515
1616## Features
1717
18- - ** Dashboard Overview** : Get a quick snapshot of your job queue with statistics and counts
19- - ** Job Filtering** : Filter jobs by class name, queue name, and status
20- - ** Job Management** : Execute scheduled jobs on demand
21- - ** Failed Job Inspection** : View detailed error information for failed jobs
22- - ** Queue Monitoring** : Track job distribution across different queues
23- - ** Recurring Jobs** : Monitor and manage recurring background tasks
24- - ** Pagination** : Navigate through large job lists with ease
18+ - ** Dashboard Overview** : Get a quick snapshot of your queue's health with statistics on all job types
19+ - ** Ready Jobs** : View jobs that are ready to be executed
20+ - ** In Progress Jobs** : Monitor jobs currently being processed by workers
21+ - ** Scheduled Jobs** : See upcoming jobs scheduled for future execution
22+ - ** Recurring Jobs** : Manage periodic jobs that run on a schedule
23+ - ** Failed Jobs** : Track and debug failed jobs, with the ability to retry or discard them
24+ - ** Queue Management** : View and filter jobs by queue
25+ - ** Job Filtering** : Filter jobs by class name, queue, and status
26+ - ** Quick Actions** : Retry or discard failed jobs directly from any view
27+ - ** Performance Optimized** : Designed for high-volume applications with smart pagination
2528- ** Optional Authentication** : Secure your dashboard with HTTP Basic Authentication
2629- ** Responsive Design** : Works on desktop and mobile devices
2730- ** Zero Dependencies** : No additional JavaScript libraries or frameworks required
@@ -30,7 +33,7 @@ A lightweight, zero-dependency web interface for monitoring Solid Queue backgrou
3033
3134### Dashboard Overview
3235
33- ![ Dashboard Overview] ( screenshots/dashboard.png )
36+ ![ Dashboard Overview] ( screenshots/dashboard-2 .png )
3437
3538### Failed Jobs
3639
0 commit comments