Open
Conversation
* Remove aiohttp from dependencies Signed-off-by: gxu <georgexu420@163.com> * Bump Version Number Signed-off-by: gxu <georgexu420@163.com> --------- Signed-off-by: gxu <georgexu420@163.com> Co-authored-by: sharpener6 <1sc2l4qi@duck.com>
Replaces six per-adapter CLI entry points and scaler_cluster with a single `scaler_worker_manager <subcommand>` entry point and a new `scaler_aio --config <file>` all-in-one launcher. - Rewrites config_class.py to use stdlib argparse + tomllib/tomli instead of configargparse, adding subcommand= and section= field metadata support for declarative sub-parser routing and TOML-only config-file sections - Adds scaler/entry_points/worker_manager.py with subcommand dispatch for native, symphony, ecs, hpc, and orb adapters - Adds scaler/entry_points/aio.py which boots scheduler + worker managers as separate processes from a single TOML config file - Adds AWSHPCWorkerManager wrapper so hpc is handled uniformly - Migrates scaler_cluster shell invocations in ORB and ECS adapters to scaler_worker_manager native --mode fixed - Removes configargparse dependency; adds tomli for Python < 3.11 - Deletes all superseded entry points, dev runner scripts, and pyproject.toml script entries - Updates all docs and README to reflect new commands and TOML section names; adds worker_manager.rst and aio.rst tutorial pages - Adds tests/entry_points/ with test_worker_manager.py and test_aio.py
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.