alexcasalboni / alexcasalboni/ssm-cache-python
Improve "internal" consistency for individual params of a group
Abierto
enhancement
help wanted
question
- Lenguaje dominante
- Python
- Estrellas
- 209
- Forks
- 20
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
`_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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.