helpwave / services

helpwave's microservices
https://staging.api.helpwave.de/
Mozilla Public License 2.0
14 stars 1 forks source link

Make use of SpiceDB consistency tokens #869

Open FoseFx opened 1 month ago

FoseFx commented 1 month ago

Describe the chore

Currently, we force the fully_consistent strategy, which is likely going to cause performance issues.

We can not simply switch to the "At Least As Fresh" strategy, as we make changes to spice in a projection, which is (in general) executed after the relevant request was already closed.