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
Add a timeout to CLI requests to the operator. Here are some potential reasons for why requests may hang (verify and address):
Add a default timeout (e.g. 5 seconds) and a timeout flag to the CLI to customize the timeout.
Keep in mind that with lots of instances (e.g. 300+), cortex get could take a while.
cortex get
After adding the flag, revisit global timeout for operator requests
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Add a timeout to CLI requests to the operator. Here are some potential reasons for why requests may hang (verify and address):
Add a default timeout (e.g. 5 seconds) and a timeout flag to the CLI to customize the timeout.
Keep in mind that with lots of instances (e.g. 300+),
cortex get
could take a while.After adding the flag, revisit global timeout for operator requests
The text was updated successfully, but these errors were encountered: