-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛⚗️Computational backend: tasks in UNKNOWN state are sometimes only temporarily in that state #5195
🐛⚗️Computational backend: tasks in UNKNOWN state are sometimes only temporarily in that state #5195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice thanks! we will observe 👍
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5195 +/- ##
=========================================
- Coverage 81.9% 68.5% -13.4%
=========================================
Files 1290 532 -758
Lines 52877 26862 -26015
Branches 1157 202 -955
=========================================
- Hits 43319 18410 -24909
+ Misses 9308 8402 -906
+ Partials 250 50 -200
Flags with carried forward coverage won't be shown. Click here to find out more.
|
f26c62c
to
b6e9915
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, lets hope this solves the issue 🤞🏻
1af560e
to
f4eb886
Compare
da7dfef
to
7abca60
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
What do these changes do?
This PR tries to fix/improve the issue where:
Different issues were identified:
This PR tries to correct that by removing the UNKNOWN state from the COMPLETED states. The UNKNOWN state is treated separately:
Bonuses:
actions/download-artifact@v4
with retry sue445/plant_erd#238, thanks!Related issue/s
How to test
Dev Checklist
DevOps Checklist