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

Setting invalid config value error when setting right valuse #181

Open
matthewcooper opened this issue Apr 4, 2022 · 0 comments
Open

Setting invalid config value error when setting right valuse #181

matthewcooper opened this issue Apr 4, 2022 · 0 comments

Comments

@matthewcooper
Copy link
Collaborator

Setting invalid config values gets loaded into the memory version of the config. And then error when setting the right values.

  1. Set hcs_interval to below 500
  2. Error setting hcs_interval (correct error)
  3. Set hcs_interval to 1000
  4. Error setting hcs_interval (incorrect error)
  5. restart PulseHA
  6. Set hcs_interval to 1000
  7. No error

PS also can you log the error thrown in config.go::Validate() as they are lost on the way out.

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

No branches or pull requests

1 participant