-
Notifications
You must be signed in to change notification settings - Fork 16
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
fix: add sleep rule before start #1311
Conversation
SonarCloud Quality Gate failed. 7 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1311 +/- ##
=======================================
Coverage 99.44% 99.44%
=======================================
Files 39 39
Lines 1974 1975 +1
=======================================
+ Hits 1963 1964 +1
Misses 11 11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
👍
CHANGELOG.rst
Outdated
|
||
Added: | ||
^^^^^^ | ||
* Sleep rule before start to fix key_error https://github.com/Clinical-Genomics/BALSAMIC/pull/1310 |
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.
* Sleep rule before start to fix key_error https://github.com/Clinical-Genomics/BALSAMIC/pull/1310 | |
* Sleep rule before start to fix key_error https://github.com/Clinical-Genomics/BALSAMIC/pull/1311 |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
This PR:
BREAK GLASS IN CASE OF KEY_ERROR EMERGENCY
This PR is an ugly solution to the key_error issue (#1300) we sometimes see when a rule finishes before all the jobs have been submitted. It simply adds a 5 minute sleep rule before the actual workflow starts.
If we see this error appearing during verification and validation we can merge this.
After 5 minutes downstream rules begin:
Added:
Tests run:
Review and tests: