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

Calculate metrics like average runtime, throughput, etc. like Horizon #56

Closed ibnIrshad closed 3 years ago

ibnIrshad commented 3 years ago

With the database storing all the entries, it should be fairly easy to calculate metrics like average runtime and throughput (jobs per hour) for each job.

I would love to contribute to this project and help you build this, but it would be the first time in my life contributing to an open source PHP package.

romanzipp commented 3 years ago

I've started working on this in #58