-
Notifications
You must be signed in to change notification settings - Fork 407
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
feat(parameters): Add force_fetch option #341
feat(parameters): Add force_fetch option #341
Conversation
Changes: - Add new force_update to always load even if there is a cached value
Codecov Report
@@ Coverage Diff @@
## develop #341 +/- ##
========================================
Coverage 99.88% 99.88%
========================================
Files 94 94
Lines 3521 3521
Branches 172 172
========================================
Hits 3517 3517
Misses 2 2
Partials 2 2
Continue to review full report at Codecov.
|
@heitorlessa I added a |
@heitorlessa I made it an explicit option throughout, the question is what should it be called?
|
For completion, as @nmoutschen suggested, let's go with |
Ok @nmoutschen @heitorlessa i have made the update to |
Issue #, if available:
#131
Description of changes:
Changes:
force_fetch
to always fetch the latest value, even if there is a cached valueExample based on https://github.com/alexcasalboni/ssm-cache-python#complex-invalidation-based-on-signals
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.