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

adding TaskModelAdmin filter to display only main tasks (not subtasks) #106

Closed Skrattoune closed 7 months ago

Skrattoune commented 2 years ago

adding TaskModelAdmin filter to display only main tasks (not subtasks) useful to get quick overview of progress when each task has 100 or more sub-tasks

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3ae467c) 83.81% compared to head (f0a1cc2) 67.95%. Report is 61 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #106 +/- ## =========================================== - Coverage 83.81% 67.95% -15.86% =========================================== Files 40 36 -4 Lines 834 749 -85 Branches 0 88 +88 =========================================== - Hits 699 509 -190 - Misses 135 240 +105 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.