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_fetchto 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.