We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Service configs (dash.conf, config.toml, etc..) are updated and rerendered only when necessary, i.e when config was updated.
Dashmate renders service configs on each command run and could produce unexpected results. It also decreases dashmate command start time.
Remove writeServiceConfigs from BaseCommand and implement render in the neccessary places
The text was updated successfully, but these errors were encountered:
#1499
Sorry, something went wrong.
pshenmic
No branches or pull requests
Expected Behavior
Service configs (dash.conf, config.toml, etc..) are updated and rerendered only when necessary, i.e when config was updated.
Current Behavior
Dashmate renders service configs on each command run and could produce unexpected results. It also decreases dashmate command start time.
Possible Solution
Remove writeServiceConfigs from BaseCommand and implement render in the neccessary places
Alternatives Considered
Additional Context
The text was updated successfully, but these errors were encountered: