ritstudentgovernment / PawPrints

PawPrints petition application for the RIT community.
https://pawprints.rit.edu
Apache License 2.0
16 stars 13 forks source link

Remove Celery and replace with Huey #31

Closed zujko closed 6 years ago

zujko commented 6 years ago

Removes celery and replaces it with https://github.com/coleifer/huey

codecov-io commented 6 years ago

Codecov Report

Merging #31 into develop will increase coverage by 3.93%. The diff coverage is 55%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #31      +/-   ##
===========================================
+ Coverage    26.45%   30.39%   +3.93%     
===========================================
  Files           32       31       -1     
  Lines          926      908      -18     
===========================================
+ Hits           245      276      +31     
+ Misses         681      632      -49
Impacted Files Coverage Δ
petitions/tasks.py 0% <0%> (ø) :arrow_up:
petitions/views.py 22.78% <0%> (+0.56%) :arrow_up:
pawprints/settings.py 100% <100%> (ø) :arrow_up:
send_mail/tasks.py 26.15% <100%> (-2.21%) :arrow_down:
petitions/consumers.py 19.11% <0%> (-3.42%) :arrow_down:
petitions/models.py 90.32% <0%> (-0.31%) :arrow_down:
auth/auth_backend.py 0% <0%> (ø) :arrow_up:
auth/util.py 9.09% <0%> (+9.09%) :arrow_up:
... and 3 more

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 bd177d2...8ed5e4c. Read the comment docs.