Tags: PyFunceble/process-manager
Tags
Serveral improvement around scaling & termination. Changelog: 2e71de0 Bump version to v1.0.9 fde6ffb Update examples. f1e9358 re-add forgotten instruction. ba0442e distinguish between global_exit_event and terminating_event in tests 019bbc4 Differentiate between terminating and exit states. 1beac1d Add missing tests. a10d563 Fix tests. a9ce069 Introduction of a way to shutdown everything on exceptions. e9ee7a9 Improve wait & termination. aa042e1 Remove explicit terminatation in run workflow. 2262ded Cleanup shutdown process. 4be0ce4 Early check if shutdown time has been reached. 9261008 clarify some comments. ca92883 remove unnecessary usage of `in range`. 6108fcd distinguish manager from worker. 35a4800 Prevent worker creation on reserved messages. 16afa81 Fix docstrings & comments.
Serveral fixes and improvements around scaling. Changelog: 14ee5bf (HEAD -> dev) Bump version to v1.0.7 186f84b Update LICENSE. af9d1eb (origin/dev, master) ci: deploy to aur. 12b1881 Remove unnecessary logger.setLevel. aff6d2b Introduction of a way to expose init args. 9cdf9c7 Fix linting issues. 9ab257e Allow dynamic scaling to act - when active. 7e9a252 Introduction of a test to check the new force parameter. de82bce Revert "Ensure that scaling is always updated - when necessary." 404b97d Introduction of a way to force worker spawn. 512195f Ensure that scaling is always updated - when necessary.