-
Notifications
You must be signed in to change notification settings - Fork 753
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
cache / external_cache configuration not being applied #3175
Comments
That's strange behavior. I can't reproduce the issue on the master branch head. I used the following pbs.yaml:
and receive the following logs at startup:
I verified with the debugger that the proper configuration is applied. YAML files are white space sensitive. Perhaps you have subtle issue in the whitespace formatting? Or perhaps there is an issue in a surrounding config section which is confusing the parser? |
I see, it actually was a whitespace problem.. thank you. |
Hey 👋
Whenever i try to configure both the cache service (host/scheme/query) and the external cache (host/scheme/path) in either the pbs.yaml or by setting env variables during startup of the server neither of those are set. Also there is no error appearing, telling me what is misconfigured. When it is just the cache config (without external cache) everything works.
pbs.yaml example:
The logs during startup look something like this, basically empty:
Is this a bug or intentional behaviour? Unfortunately i did not find anything about this in the docs.
Additional information:
When i overwrite the config defaults in the config/config.go file, everything works as expected.
The text was updated successfully, but these errors were encountered: