-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add tutorial about autoscaling #18840
New issue
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
Add tutorial about autoscaling #18840
Conversation
Hi @QuLogic, is it possible to add |
7539d20
to
138fd55
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job. I think this is useful, and I learned some things (even if I will never use them because I am pretty comfortable setting axes manually). Suggest more concision...
cbe7043
to
e798987
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for review, I hope this type of "change suggestions" is easier to process, just give me thumps up/down and I will add selected changes to the PR, squash it reasonably and prepare for another round of revisions (if needed).
############################################################################### | ||
# Margins | ||
# ------- | ||
# The default margin around the data limits is 5%: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# The default margin around the data limits is 5%: | |
# The margin setting can be read out, its default value is 5%: |
50c7f6d
to
d01a2a9
Compare
4951d9b
to
d662a23
Compare
Many thanks to @jklymak. I accept the suggestions as they are, but I sense that there will be need for some code fixups. Co-authored-by: Jody Klymak <[email protected]>
Will be revised. Co-authored-by: Jody Klymak <[email protected]>
Co-authored-by: Tim Hoffmann <[email protected]>
d662a23
to
1308b8d
Compare
bump |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to go ahead and merge as an improvement. If anyone has further refinements, we can open a new PR.
Thanks a lot @deep-jkl !
Awesome, thank you @deep-jkl |
PR Summary
I hope I have covered basic usage of autoscaling. Maybe there is a need to go more into details, but I suggest to do it in another tutorial, along with suggestions from #18401
Closes #17417
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).