-
Notifications
You must be signed in to change notification settings - Fork 91
increase IO polling interval over time #891
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
increase IO polling interval over time #891
Conversation
Co-Authored-By: martenson <[email protected]>
…nson/planemo into increase-polling-interval-overtime
Co-Authored-By: martenson <[email protected]>
from a flag to an argument-receiving option
Thanks @martenson for changing it to an int, I wanted to suggest it, but than backed off 😆 |
Co-Authored-By: martenson <[email protected]>
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.
Looks good to me. I retract my gitter comments, looks fine even with 5-10s of backoff at each step.
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.
Perfect, also prefer it as an int - much more general IMO.
Introduces configurable option
--polling_backoff <integer>
which, atm, increases polling interval by<integer>
second(s) every round. This considerably lowers the load on the target instance when waiting on dataset state changes.xref: galaxyproject/usegalaxy-playbook#164