Skip to content

Commit

Permalink
autoscaler interval log (#2009)
Browse files Browse the repository at this point in the history
* 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]
  • Loading branch information
actions-user and Adir111 committed Nov 11, 2024
1 parent 3df020b commit 4d6683c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hkube",
"version": "2.8.38",
"version": "2.8.39",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4d6683c

Please sign in to comment.