OpenImaging / miqa

A Medical Imaging Quality Assurance tool
https://miqa.kitware.com
Apache License 2.0
32 stars 9 forks source link

Move definition of celery beat schedule #639

Closed annehaley closed 1 year ago

annehaley commented 1 year ago

The demo instance hasn't been running the reset task. Moving the definition fixed this in a dev env.

cloudflare-workers-and-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8b2c70c
Status: ✅  Deploy successful!
Preview URL: https://7ea8a62a.miqa.pages.dev
Branch Preview URL: https://fix-self-clearing-demo.miqa.pages.dev

View logs

annehaley commented 1 year ago

Also, do you know why the lint test is getting the current error?

zachmullen commented 1 year ago

No idea, but I assume it's our use of cache-tox in CI. Maybe try removing or upgrading that.

codecov-commenter commented 1 year ago

Codecov Report

Base: 63.01% // Head: 62.94% // Decreases project coverage by -0.06% :warning:

Coverage data is based on head (8b2c70c) compared to base (a1bf87a). Patch coverage: 41.66% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #639 +/- ## ========================================== - Coverage 63.01% 62.94% -0.07% ========================================== Files 38 38 Lines 1660 1665 +5 ========================================== + Hits 1046 1048 +2 - Misses 614 617 +3 ``` | [Impacted Files](https://codecov.io/gh/OpenImaging/miqa/pull/639?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenImaging) | Coverage Δ | | |---|---|---| | [miqa/core/management/commands/makeclient.py](https://codecov.io/gh/OpenImaging/miqa/pull/639/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenImaging#diff-bWlxYS9jb3JlL21hbmFnZW1lbnQvY29tbWFuZHMvbWFrZWNsaWVudC5weQ==) | `0.00% <0.00%> (ø)` | | | [miqa/settings.py](https://codecov.io/gh/OpenImaging/miqa/pull/639/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenImaging#diff-bWlxYS9zZXR0aW5ncy5weQ==) | `91.04% <83.33%> (+0.27%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenImaging). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenImaging)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.