fiaisis / run-detection

The way we detect when our system for reduction should automatically perform a reduction and with what arguments we should do that.
GNU General Public License v3.0
1 stars 1 forks source link

Allow queue from env #93

Closed Pasarus closed 1 year ago

Pasarus commented 1 year ago

Closes None

Description

Fixes bug in prod, where queue name is defined incorrectly in code, so now we can set it on an env var

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.08 :tada:

Comparison is base (122f08f) 95.06% compared to head (5c1a54a) 95.14%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #93 +/- ## ========================================== + Coverage 95.06% 95.14% +0.08% ========================================== Files 19 19 Lines 729 742 +13 ========================================== + Hits 693 706 +13 Misses 36 36 ``` | [Impacted Files](https://codecov.io/gh/interactivereduction/run-detection/pull/93?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=interactivereduction) | Coverage Δ | | |---|---|---| | [rundetection/queue\_listener.py](https://codecov.io/gh/interactivereduction/run-detection/pull/93?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=interactivereduction#diff-cnVuZGV0ZWN0aW9uL3F1ZXVlX2xpc3RlbmVyLnB5) | `100.00% <100.00%> (ø)` | | | [test/test\_queue\_listener.py](https://codecov.io/gh/interactivereduction/run-detection/pull/93?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=interactivereduction#diff-dGVzdC90ZXN0X3F1ZXVlX2xpc3RlbmVyLnB5) | `98.86% <100.00%> (+0.17%)` | :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=interactivereduction). 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=interactivereduction)

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