https://authzed.com logo
w

williamdclt

07/22/2022, 1:32 PM
@Jaroslav Holaň SpiceDB uses an in-memory cache, which is renewed every 5s (see
--datastore-revision-quantization-interval
). It makes SpiceDB eventually consistent by default. You can specify the level of consistency when making a check request, it sounds like you want
fullyConsistent
here. It makes the check much slower, but you probably don't care in tests