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
configor should reload config when the file changes and not poll it every once in a while.
Motivation
Currently, it does polling, if I do it too aggressively it calls my function too often, if not, then my credentials are rotated, but I won't know about it.
A much nicer API would be to use fsnotify instead. It has good support and it only calls if the file has changed.
Related Issues
The text was updated successfully, but these errors were encountered:
Describe the feature
configor should reload config when the file changes and not poll it every once in a while.
Motivation
Currently, it does polling, if I do it too aggressively it calls my function too often, if not, then my credentials are rotated, but I won't know about it.
A much nicer API would be to use fsnotify instead. It has good support and it only calls if the file has changed.
Related Issues
The text was updated successfully, but these errors were encountered: