-
Notifications
You must be signed in to change notification settings - Fork 5
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
Use default interval from pollfile to stagger new jobs #339
Use default interval from pollfile to stagger new jobs #339
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #339 +/- ##
=======================================
Coverage 98.20% 98.20%
=======================================
Files 64 64
Lines 7926 7930 +4
=======================================
+ Hits 7783 7787 +4
Misses 143 143 ☔ View full report in Codecov by Sentry. |
b1b386d
to
72902a6
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.
Other than the point noted, this patch works as expected.
This is in preparation of having it also return the defaults separately And the result was always cast to a list or dict anyway
784825b
to
d39c701
Compare
d39c701
to
a3300ec
Compare
Quality Gate passedIssues Measures |
Scope and purpose
Fixes #337.
Changed the way that
read_polldevs
work to make it easier to return thePollDevices
and the default values. I was considering splitting the function in two: One to read the defaults and one to read the rest - the poll devices, but decided for this method, since it is simpler changes.Contributor Checklist
Every pull request should have this checklist filled out, no matter how small it is.
More information about contributing to Zino can be found in the
README.