Skip to content

Commit

Permalink
Fixes Citi#33: rewrite processor initialization, fix task queue and s…
Browse files Browse the repository at this point in the history
…ynchronization issue on Linux (Citi#40)

* Fixes a bug in the async priority queue when trying to remove a suspended task.

Signed-off-by: rafa-be <[email protected]>

* Fixes a worker agent crash when trying to profile a zombie process.

Signed-off-by: rafa-be <[email protected]>

* Fixes Citi#33: processors can be suspended during the initialization phase.

Signed-off-by: rafa-be <[email protected]>

* The worker's heart-beat manager watches all worker processes, not only the active one.

Signed-off-by: rafa-be <[email protected]>

* Task priorities are now positive numbers.

Signed-off-by: rafa-be <[email protected]>

---------

Signed-off-by: rafa-be <[email protected]>
  • Loading branch information
rafa-be authored and sharpener6 committed Dec 20, 2024
1 parent ad269ed commit 2c3bb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaler/about.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.8.12"
__version__ = "1.8.13"

0 comments on commit 2c3bb7e

Please sign in to comment.