edgurgel / verk

A job processing system that just verks! 🧛‍
https://hex.pm/packages/verk
MIT License
723 stars 65 forks source link

Add pending jobs to queue stats #168

Open tlvenn opened 6 years ago

tlvenn commented 6 years ago

Would it be possible / easy enough to add the number of pending jobs to the queue stats ? Right now it does not seem possible to compute this at all using the API.

edgurgel commented 6 years ago

QueueStats are current stats about the running queues. For the data sitting inside Redis we usually use the Queue API. Verk Web has most of the data available: https://github.com/edgurgel/verk_web

https://github.com/edgurgel/verk_web/blob/master/web/views/queues_view.ex#L4-L9

edgurgel commented 6 years ago

Maybe I should rename it to "RunningQueueStats" ? 🤔