project-koku / masu

This is a READ ONLY repo. See https://github.com/project-koku/koku for current masu implementation
GNU Affero General Public License v3.0
5 stars 6 forks source link

adding process queue to celery config. #458

Closed dccurtis closed 5 years ago

dccurtis commented 5 years ago

The process queue was missing from our OpenShift celery config. The new celery task summarize_reports was added to this queue and explains why report summarization has not been running.

dccurtis commented 5 years ago

I've already updated the CI and QA environments and see the process queue burning down now.

codecov[bot] commented 5 years ago

Codecov Report

Merging #458 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #458   +/-   ##
======================================
  Coverage    97.7%   97.7%           
======================================
  Files          66      66           
  Lines        3700    3700           
  Branches      388     388           
======================================
  Hits         3616    3616           
  Misses         50      50           
  Partials       34      34

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 0e6e16c...56b2708. Read the comment docs.