romanzipp / Laravel-Queue-Monitor

Monitoring Laravel Jobs with your Database
https://packagist.org/packages/romanzipp/laravel-queue-monitor
MIT License
693 stars 91 forks source link

Feature: Show pending jobs #100

Closed itpilotdk closed 1 year ago

itpilotdk commented 2 years ago

It would be really nice to se all the (not started) "pending" jobs together with this dashboard.

fh32000 commented 1 year ago

@itpilotdk @eboye @owenconti @darron1217 @huzaifaarain

romanzipp commented 1 year ago

I think this functionality is out of the packages scope. If you're using the database job queue you could just add a custom model using the jobs table