-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
To make this config-server more responsive, we should implement caching
First requires #65
Acceptance Criteria
- When
get_configurationis run with a filepath which it hasn't seen before, it reads the filesystem and caches the json. The cache will then be used whenget_configurationis used with the same filepath - Add an optional refresh parameter to
get_configuration. When true, it will read from the filesystem and update the cache. It will be the responsibility of a Bluesky plan to refresh parameters when appropriate. - Document how a Bluesky plan should refresh a parameter
Metadata
Metadata
Assignees
Labels
No labels