mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 11:58:02 +00:00
9361a7f0dd
# Which Problems Are Solved
Access token checks make sure that there have not been any termination
events (user locked, deactivated, signed out, ...) in the meantime. This
events were filtered based on the creation date of the last session
event, which might cause latency issues in the database.
# How the Problems Are Solved
- Changed the query to use `position` instead of `created_at`.
- removed `AwaitOpenTransactions`
# Additional Changes
Added the `position` field to the `ReadModel`.
# Additional Context
- relates to #8088
- part of #7639
- backport to 2.53.x
(cherry picked from commit
|
||
---|---|---|
.. | ||
handler | ||
repository | ||
v1/models | ||
v3 | ||
aggregate.go | ||
asset.go | ||
bench_payload.txt | ||
config.go | ||
event_base.go | ||
event.go | ||
eventstore_bench_test.go | ||
eventstore_pusher_test.go | ||
eventstore_querier_test.go | ||
eventstore_test.go | ||
eventstore.go | ||
example_test.go | ||
local_crdb_test.go | ||
read_model.go | ||
search_query_test.go | ||
search_query.go | ||
subscription.go | ||
unique_constraint.go | ||
version_test.go | ||
version.go | ||
write_model.go |