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

feat: support --redis_uri command line option #1488

Merged

Conversation

jasonschroeder-sfdc
Copy link
Collaborator

Support a --redis_uri command line option for start-up.

TODO: I wasn't sure where to document it under _site? Please let me know if it needs to be in the doc site. Thanks!

Partially addresses #1445

@jasonschroeder-sfdc jasonschroeder-sfdc marked this pull request as ready for review October 6, 2023 23:35
@werkt
Copy link
Collaborator

werkt commented Oct 7, 2023

Documenting this could take the form of another column under https://github.com/bazelbuild/bazel-buildfarm/blob/main/_site/docs/configuration/configuration.md that lists cmdline arg aliases for a config.

@werkt werkt force-pushed the support-redis_uri_cli_options branch from 40e88ed to 0a50941 Compare October 11, 2023 11:58
@werkt
Copy link
Collaborator

werkt commented Oct 11, 2023

@jasonschroeder-sfdc did you want to circle back on the docs here, or are you punting for later changes?

@jasonschroeder-sfdc
Copy link
Collaborator Author

@werkt sorry - the ol' day job is killing me with deadlines. I'll squeeze these out today.

@jasonschroeder-sfdc
Copy link
Collaborator Author

Also, is URI or URL the correct term for this? 🤔

@werkt
Copy link
Collaborator

werkt commented Oct 11, 2023

Also, is URI or URL the correct term for this? 🤔

It is whatever the mechanism we use to interpret it says it is: in this case we're using java.net.URI. As long as nobody changes that, or looks too closely at whether it's the correct usage, itsa URI.

Support a `--redis_uri` command line option for start-up.
@werkt werkt force-pushed the support-redis_uri_cli_options branch from 377a6c8 to 5f3550e Compare October 14, 2023 14:42
Copy link
Collaborator

@werkt werkt left a comment

Choose a reason for hiding this comment

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

Looks good, thanks for the typo cleanups

@werkt werkt merged commit d860b27 into bazelbuild:main Oct 15, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants