mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 19:50:38 +00:00
This PR simplifies our node info cache. Now we'll store entries for at most the TTL duration, even if Redis notifications are available. This will allow us to cache intermittent errors later (e.g. due to rate limits) with more predictable behavior. Related to https://github.com/neondatabase/cloud/issues/19353