Cache invalidation system
Open
@MarceloRobert is already working on this.
Since Mar 11, 2025.
Backend
- Dominant language
- Python
- Stars
- 9
- Forks
- 31
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 16
Description
We have a 5 minutes cache layer in the frontend
A 10 minutes cache layer in the backend
Most of time this is not a problem, but it can happen some inconsistencies when the context is being updated in real time eg: Tree Listing is cached while the tree details is being update.
Add a system that detect those inconsistencies and cache bust
#834 deprioritized
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.