Skip to content
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

Docs: UpdateThrottlerConfig --unthrottle-app #1539

Merged
merged 4 commits into from
Jul 31, 2023

Conversation

shlomi-noach
Copy link
Contributor

Documenting the changes in vitessio/vitess#13494: adding the vtctldclient UpdateThrottlerConfig --unthrottle-app flag.

@netlify
Copy link

netlify bot commented Jul 13, 2023

Deploy Preview for vitess ready!

Name Link
🔨 Latest commit 1e5bacf
🔍 Latest deploy log https://app.netlify.com/sites/vitess/deploys/64c751864e56100008c3c950
😎 Deploy Preview https://deploy-preview-1539--vitess.netlify.app/docs/18.0/reference/programs/vtctldclient/vtctldclient_updatethrottlerconfig
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -7,7 +7,7 @@ series: vtctldclient
Update the tablet throttler configuration for all tablets in the given keyspace (across all cells)

```
vtctldclient UpdateThrottlerConfig [--enable|--disable] [--threshold=<float64>] [--custom-query=<query>] [--check-as-check-self|--check-as-check-shard] [--throttle-app=<name>] [--throttle-app-ratio=<float, range [0..1]>] [--throttle-app-duration=<duration>] <keyspace>
vtctldclient UpdateThrottlerConfig [--enable|--disable] [--threshold=<float64>] [--custom-query=<query>] [--check-as-check-self|--check-as-check-shard] [--throttle-app|unthrottle-app=<name>] [--throttle-app-ratio=<float, range [0..1]>] [--throttle-app-duration=<duration>] <keyspace>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if you updated these by hand or not, but you can build the vtctldclient docs from source using the Makefile in the website repo. For example (skipping the Makefile and its env vars):

go run ./tools/vtctldclientdocs/ --vitess-dir "/Users/matt/git/vitess" --version-pairs "vtctldclient_movetables:18.0"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't know that. Thanks!

Signed-off-by: Shlomi Noach <[email protected]>
Signed-off-by: Shlomi Noach <[email protected]>
@shlomi-noach shlomi-noach merged commit 945c435 into prod Jul 31, 2023
@shlomi-noach shlomi-noach deleted the docs-update-throttler-config-unthrottle-app branch July 31, 2023 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants