-
Notifications
You must be signed in to change notification settings - Fork 20
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
autoscaler interval log #2009
autoscaler interval log #2009
Conversation
/deploy test |
/deploy test |
/deploy test |
/deploy test |
/deploy test |
…-HPC/hkube into streaming-logs-scaleupspeed
/deploy test |
…-HPC/hkube into streaming-logs-scaleupspeed
/deploy test |
/deploy test |
/deploy test |
/deploy |
/deploy |
/deploy |
/deploy |
/deploy |
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.
Reviewed 7 of 7 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Adir111 and @RonShvarz)
* autoscaler interval log * updated gitflow deprecated download-artifact@v2 * added actual task # added * task executor log message * decorator for logs * added algo name + count of algos. * removed redundant logging * fixed total calculation * removed underscore * total sum * removed total algorithms logging * log required cutoff by maxReplicasPerTick * round trip based secondary scale * use round trip and not duration. * wait for both round trip and reqrate * scaling logic changed * init value * updated scale logic * removed unused * no need to scale if value remained the same * changed to array * updated scaling logic * logging has been added again * added scaling to 0 * fixed 0 not being proccessed * added doc * corrected if * refactor * clean-up un-used codes * jsdoc added * unused code * unused code * updated tests * removed redundent conditions * additional condition * changed to config value * removed timeout (added for a check) * changed scale up condition * scale up amount changed * changed scale up condition * undo last change * added logging * logging * added _ since prop didnt exist * redundent, being handled in auto-scaler * changed condition to scale up * added logging * added logging * removed = * removed unused code * removed unused code * avg of round trip (array) * removed total logging * fixed bug * added dynamic max size to fixed-window * wip * fix problematic value * logging * logging fixed * fixed error * fix * not needed, changed back * Now not scaling down in case there is queue * removed for checking * undo last check * undo for check * removed for checking * corrected config access * added config parameter for debugging purposes * unused * removed unused * fixed * fix * wip * logging * fix config logic * fixed logging * updated config value * updated config value * revert window change update * queue empty when less then 1 sec * fixed config debug check * removed old logging used for checking * fixed reaching undefined value * removed (used for debugging) * changed window size * not needed --------- Co-authored-by: Adir111 <[email protected]> Co-authored-by: Adir David <[email protected]> .... bump version [skip ci]
* autoscaler interval log * updated gitflow deprecated download-artifact@v2 * added actual task # added * task executor log message * decorator for logs * added algo name + count of algos. * removed redundant logging * fixed total calculation * removed underscore * total sum * removed total algorithms logging * log required cutoff by maxReplicasPerTick * round trip based secondary scale * use round trip and not duration. * wait for both round trip and reqrate * scaling logic changed * init value * updated scale logic * removed unused * no need to scale if value remained the same * changed to array * updated scaling logic * logging has been added again * added scaling to 0 * fixed 0 not being proccessed * added doc * corrected if * refactor * clean-up un-used codes * jsdoc added * unused code * unused code * updated tests * removed redundent conditions * additional condition * changed to config value * removed timeout (added for a check) * changed scale up condition * scale up amount changed * changed scale up condition * undo last change * added logging * logging * added _ since prop didnt exist * redundent, being handled in auto-scaler * changed condition to scale up * added logging * added logging * removed = * removed unused code * removed unused code * avg of round trip (array) * removed total logging * fixed bug * added dynamic max size to fixed-window * wip * fix problematic value * logging * logging fixed * fixed error * fix * not needed, changed back * Now not scaling down in case there is queue * removed for checking * undo last check * undo for check * removed for checking * corrected config access * added config parameter for debugging purposes * unused * removed unused * fixed * fix * wip * logging * fix config logic * fixed logging * updated config value * updated config value * revert window change update * queue empty when less then 1 sec * fixed config debug check * removed old logging used for checking * fixed reaching undefined value * removed (used for debugging) * changed window size * not needed --------- Co-authored-by: Adir111 <[email protected]> Co-authored-by: Adir David <[email protected]> .... bump version [skip ci]
#2002
This change is