We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configure_workers_and_start.py
This issue has been migrated from #16650.
Base: develop
develop
This pull request is intended for commit-by-commit review.
Original commit schedule, with full messages:
Remove obsolete "app" from worker templates
"app"
Convert worker templates into dataclass
Use a lambda for the worker name rather than search and replace later
Collapse WORKERS_CONFIG by removing entries with defaults
Convert listener_resources and endpoint_patterns to Set[str]
Tweak comments
Add merge_into
merge_into
Remove special logic for adding stream_writers: just make it part of the extra config template
Rename function to add_worker_to_instance_map given reduction of scope
Add sharding_allowed to the WorkerTemplate rather than having a separate function for that
sharding_allowed
Use merge_into when adding workers to the shared config
Promote mark_filepath to constant
Add a --generate-only option
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue has been migrated from #16650.
Base:
develop
This pull request is intended for commit-by-commit review.
Original commit schedule, with full messages:
Remove obsolete
"app"
from worker templatesConvert worker templates into dataclass
Use a lambda for the worker name rather than search and replace later
Collapse WORKERS_CONFIG by removing entries with defaults
Convert listener_resources and endpoint_patterns to Set[str]
Tweak comments
Add
merge_into
Remove special logic for adding stream_writers: just make it part of the extra config template
Rename function to add_worker_to_instance_map given reduction of scope
Add
sharding_allowed
to the WorkerTemplate rather than having a separate function for thatUse
merge_into
when adding workers to the shared configPromote mark_filepath to constant
Add a --generate-only option
The text was updated successfully, but these errors were encountered: