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

How to updated changed yaml files efficiently? #3

Open
adcxyz opened this issue Jan 22, 2021 · 0 comments
Open

How to updated changed yaml files efficiently? #3

adcxyz opened this issue Jan 22, 2021 · 0 comments

Comments

@adcxyz
Copy link
Collaborator

adcxyz commented Jan 22, 2021

currently, only yaml files at previously unknown paths are loaded;
this means updated yaml files (which changed approval) are not reloaded
until a recompile.
options:

  • 1 check file mod. date, and if newer than last check time, reload that yaml
  • 2 grep yaml files newer than last check time, and always load these too
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

No branches or pull requests

1 participant