Configuration: ENV_VARs, .yaml/.toml, or some secret third thing? #34
bobmcwhirter
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I think that every that potentially gets configuring during runtime should end up in the database, walker jobs included. For some it might be ok to have a generic "configuration" table (or not!) but for some (like the walker jobs) it actually makes sense to have more specializes entities, which also carry some state (like last time run, import report, total time spent, …) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Configuration is hard, particularly to accommodate different use-cases.
It gets harder when/if we provide any
admin
type UI to manipulate that configuration.I suspect we'll need a mixture of "configuration" types:
Beta Was this translation helpful? Give feedback.
All reactions