Ryan Baxter

Results 639 comments of Ryan Baxter

@marbon87 if that is true, that is a separate issue(s)

I dont think anything calling `/actuator/health` would update the local repo because it would not be a git repo at that point

I'm not following because the local repo is not a git repo, so how is it being updated? And from where?

Got you. Yes whenever there is a request for configuration from the config server it will do a pull from the git repo. There is a refresh rate setting that...

I don't think we have to but that is just the current behavior

Do you have the Git Refresh Rate property set? https://github.com/spring-cloud/spring-cloud-config/blob/main/docs/src/main/asciidoc/spring-cloud-config.adoc#git-refresh-rate

OK I think I have a better understanding now. I think this behavior makes sense mainly because the config server is still able to serve configuration data to the clients....

Not sure what you mean by the "health check repo". Assuming all the apps have their configuration data in the repos defined in the config server properties the health check...

Can you provide an example of your git server configuration?

One thought about how to accommodate this is to set a flag so if the fetch fails the refresh fails. This would not be specific to the health check though,...