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

Initial implementation of a runtime configuration mechanism #14

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

drewoldag
Copy link
Collaborator

The goal here is to allow easier config modification. Currently the resource configuration is defined in code. However it doesn't allow for more dynamic runtime configuration settings that may be needed. For instance, if we need to rerun a specific task, we could set in the runtime configuration .toml file a "ignore cache" flag.

Similarly, if multiple people are running locally, instead of overwriting each other's base config, we can have a personal runtime config (that we don't commit to the repo - please excuse the example...) to let us e.g. define the location of files on our personal computers.

@drewoldag drewoldag self-assigned this Jul 17, 2024
@drewoldag drewoldag requested a review from wilsonbb July 17, 2024 04:54
@drewoldag drewoldag linked an issue Jul 17, 2024 that may be closed by this pull request
@drewoldag drewoldag merged commit 2977f63 into main Jul 17, 2024
2 of 6 checks passed
@drewoldag drewoldag deleted the issue/13/runtime-config-implementation branch July 17, 2024 16:04
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.

Need to implement a user friendly runtime config
1 participant