Files
garden/fix 500s.md
flancian e26cc36d7c Wow, forgot to use 'git mv', previous changelists are [[cursed]].
Will still revert journals to [[iso 8601]] after this commit.
2021-05-07 21:33:26 +02:00

11 lines
449 B
Markdown

# Fix 500s
- [x] catch subnode read errors
- [x] log errors when they happen
- [ ] log more
- [ ] force graph refresh if inconsistent?
- [x] try other cache setups
- TLDR: cachetools.func seems to be much faster than Flask's built in SimpleCache, and even than Redis.
- This might have something to do with the fact that I'm caching the graph as a monolithic entity, and it's already 50MB of data. That's a lot to copy/transfer over a socket.