boxine / django-huey-monitor

Django based tool for monitoring huey task queue: https://github.com/coleifer/huey
GNU General Public License v3.0
86 stars 20 forks source link

Add more info for huey #119

Closed spapas closed 7 months ago

spapas commented 1 year ago

Hello, would it be possible to add a view to this package that would display info about huey ?

Like connection, queue size, schedule size etc. Unless there's a way to see that info and I've missed it....

jedie commented 1 year ago

Geat idea. But how to collect these information?

Recently i add a small info on the task change list:

grafik

see: https://github.com/boxine/django-huey-monitor/pull/124

spapas commented 7 months ago

This should be fine for now, thank you!