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

Refactor configuration module and support updating the service configuration #174

Merged
merged 13 commits into from
Dec 1, 2023

Conversation

biglittlebigben
Copy link
Contributor

No description provided.

ServiceName string `yaml:"-"`
NodeID string // Do not provide, will be overwritten
ServiceName string `yaml:"service_name"`
NodeID string `yaml:"node_id"` // Do not provide, will be overwritten
Copy link
Member

Choose a reason for hiding this comment

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

since we'll override it, should it be yaml:"-" ? same for ServiceName

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This needs to be serialized when passing the config to the handler process

pkg/config/config.go Show resolved Hide resolved
@biglittlebigben biglittlebigben merged commit 006a24c into main Dec 1, 2023
2 checks passed
@biglittlebigben biglittlebigben deleted the benjamin/config_refactor branch December 1, 2023 05:51
biglittlebigben added a commit that referenced this pull request Dec 21, 2023
 ## Changelog

 ## Fixed
- Refactor configuration module and support updating the service configuration (#174)
- Refactor health handler (#176)
- Count URL requests in the prometheus requests gauge (#179)
- Stop the gstreamer pipeline cleanly when deleting an ingress (#181)
- Drain output channel on EOS (#183)
@biglittlebigben biglittlebigben mentioned this pull request Dec 21, 2023
biglittlebigben added a commit that referenced this pull request Dec 21, 2023
 ## Changelog

 ## Fixed
- Refactor configuration module and support updating the service configuration (#174)
- Refactor health handler (#176)
- Count URL requests in the prometheus requests gauge (#179)
- Stop the gstreamer pipeline cleanly when deleting an ingress (#181)
- Drain output channel on EOS (#183)
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.

3 participants