You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: