ecolistening / ecolistening/echo-dash

Add option to clear config cache

Open
#45 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
5
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Loaded configs are stored in LRU cache (utils/data.py). Modifying a config at runtime will result in changes which only become active once the particular config is reloaded from file (only if cache is too full to keep it), an option should clear the config cache.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in utils/data.py, where loaded configs are stored in the LRU cache, and trace how configs are retrieved and reloaded. Add an option to clear that cache so runtime config changes take effect without waiting for eviction. Done means the cache can be explicitly cleared and subsequent loads reflect the updated file.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.