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

Start-up settings and env overrides have no impact on startup duration/interval #425

Closed
lenny-goodell opened this issue Jul 30, 2020 · 0 comments · Fixed by #426
Closed
Assignees
Labels
3-high priority denoting release-blocking issues bug Something isn't working geneva
Milestone

Comments

@lenny-goodell
Copy link
Member

Service's pass in a timer that has been initialized with constants for Duration=30s and interval=1s.

Bootstrap attempts to update the timer with values from '[Startup]' configuration or environment variables, but the update doesn't seem to work.

The Startup configuration is not useful as it is needed prior to loading the configuration. It will be removed as the values are always 0 when go-mod-bootstrap attempts to use them. The Startup env variables will be the only way to change the startup values from the default values.

@lenny-goodell lenny-goodell added bug Something isn't working geneva 3-high priority denoting release-blocking issues labels Jul 30, 2020
@lenny-goodell lenny-goodell added this to the Hanoi milestone Jul 30, 2020
@lenny-goodell lenny-goodell self-assigned this Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3-high priority denoting release-blocking issues bug Something isn't working geneva
Projects
None yet
1 participant