alexcasalboni/ssm-cache-python
Improve "internal" consistency for individual params of a group
开放
#16 创建于 2018年2月28日
enhancementhelp wantedquestion
仓库指标
- 星标
- (209 个星标)
- PR 合并指标
- (平均合并 9天 9小时) (30 天内合并 3 个 PR)
描述
_max_age and _last_refresh_time are not currently "shared" between a SSMParameterGroup and its SSMParameter objects.
While #14 has fixed the refreshing bug due to this inconsistency, we could somehow keep the internal Refreshable fields in sync between a group and its parameters to avoid more problems in the future. The current solution always delegates _should_refresh to the group.