romanzipp / Laravel-Queue-Monitor

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

lastHour should be > now - 1 hour, not < #9

Closed eboye closed 6 years ago

eboye commented 6 years ago

https://github.com/romanzipp/Laravel-Queue-Monitor/blob/b3d73edbbd1aa2436df5b4f91218f71f049e1538/src/Models/Monitor.php#L63

eboye commented 6 years ago

I've made a Pull Request

romanzipp commented 6 years ago

Thanks!