👋 I'm reading through the spicedb dispatch implem...
# spicedb
b
👋 I'm reading through the spicedb dispatch implementation and trying to wrap my head around why there are two options for computing cache key hashes. Do you folks have any info on why we run a per-process hash along with the stable hash? Because the stable hash includes the revision, we're probably not protecting against staleness?