Feature/SK-1575 | Test local updates on Dev Studio#898
Open
Feature/SK-1575 | Test local updates on Dev Studio#898
Conversation
…pdates on branch: feature/SK-1353
…lableerror that occurs with 600+ clients connected.
…t on status_routes.py to limit the amount of logs retrieved
…alls to the combiner. Added new methods _get_nr_active_clients_throttled,that uses COMBINER_CACHE_COOLDOWN to check against last time it called list_active_clients, not to run the call to often, otherwise use cached value.
… when should return multiple (#902)
…, length of lists) (#903)
…) values in stores (#907)
…915) * OpenTelemetry config for logging
Bumps the pip group with 1 update: [flask](https://github.com/pallets/flask). Updates `flask` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.1.0...3.1.1) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…pdates on branch: feature/SK-1353
…t on status_routes.py to limit the amount of logs retrieved
…mbiners writing over each others entries in rounds db
…erver.db.round_store.collection.update_one instead
… store, instead of copying and replacing.
… then also increasing the number of times and the time delay between retrying to submit in interfaces.
…nately on combiners to finish updating.
…ndler. Defaulting to fedavg
…ustness to waitforit
…undhandler will still start the training round
…ightly after timeout, if there would be any delay. Removed skipping clients in list_active_clients in combiner, since that introduced new errors.
…e the grpc timeout in grpc_handler.py
…th many clients can result in significant delay
…nce, 3x3xN clients too much when running a lot of clients
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.
Changes to log handling and num workers to allow for 1000 clients connecting. Combiner, hooks, and grpc update with allowing for more workers. log_config doesn't log all updates to limit information passed.