13 / 18 · Module 16 — Production Engineering and Observability · filtered: cheatsheet← prev⊞ allnext →
16.54Don't cache transactional state casually
Good candidate:
country reference data
Potentially bad candidate:
current available credit
current order status
if stale values create business problems.
Again, semantics first.