is it possible for `Check` and `List` to be out of...
# talk-keto
s
is it possible for
Check
and
List
to be out of sync/inconsistent? We assigned a role to a user and
Check
confirmed that the user had that role. But when we call
List
on that user, the role doesn’t show up we only started seeing this today - was working fine for months
s
Depends on the database setup, both just use the DB
So if you have an outdated read replica or so
And did you see that list is paginated?
s
is there a maximum response constraint for the listAPI? It’s not paginated - and I noticed some weird behavior that when removing roles for one user, a role would suddenly popup for another user
which makes me believe that there’s some maximum constraint. I don’t think we’re really returning that much data though, only around 30 users and 3-4 roles per user