boxine / django-huey-monitor

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

#70 showing task description when available on TaskAdmin #72

Closed Skrattoune closed 2 years ago

Skrattoune commented 2 years ago

As stated on issue #70, allows to use Task description to easily identify between tasks when looking at TaskAdmin listview and changeviews - snapshots availlable in issue #70

codecov-commenter commented 2 years ago

Codecov Report

Merging #72 (f5404f9) into master (e147acd) will increase coverage by 0.02%. The diff coverage is 100.00%.

:exclamation: Current head f5404f9 differs from pull request most recent head f6b9e13. Consider uploading reports for the commit f6b9e13 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   83.56%   83.58%   +0.02%     
==========================================
  Files          35       35              
  Lines         791      792       +1     
==========================================
+ Hits          661      662       +1     
  Misses        130      130              
Impacted Files Coverage Δ
huey_monitor/admin.py 76.92% <100.00%> (+0.36%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e147acd...f6b9e13. Read the comment docs.

jedie commented 2 years ago

Thanks for contribution!

Skrattoune commented 2 years ago

Works great in prod ! Thanks Jedie