Hi there, I'm using a spicedb instance for some e2...
# spicedb
j
Hi there, I'm using a spicedb instance for some e2e tests, but because I am creating relationships and then depending on them right away to check permissions I think I am getting a stale response from the cache causing tests to fail. Sub-second updates to the cache are not a requirement for us, so is best practice to just use fully_consistent for tests? We're spinning up a separate docker instance for these tests. Is there a way to configure the container to always use fully_consistent?