-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information
1 parent
aeffbce
commit 44e0c1a
Showing
7 changed files
with
540 additions
and
560 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.