Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve handling of eventual consistency issues #268

Open
1 of 2 tasks
peintnermax opened this issue Nov 11, 2024 · 1 comment
Open
1 of 2 tasks

Improve handling of eventual consistency issues #268

peintnermax opened this issue Nov 11, 2024 · 1 comment
Assignees
Labels
improvement login Login Application

Comments

@peintnermax
Copy link
Member

Preflight Checklist

  • I could not find a solution in the existing issues, docs, nor discussions
  • I have joined the ZITADEL chat

Describe your problem

When setting resources and immediately checking on them afterwards (ex. password) we run into eventual consistency issues as we can't directly request a session.

Describe your ideal solution

At the moment we are waiting for a constant amount of ms before we continue to request information. We could improve this by doing requests on a certain resources to check if the availability changed before we continue. (ex. listAuthenticationMethods - for password check after password set)

Version

No response

Environment

ZITADEL Cloud

Additional Context

No response

@hifabienne
Copy link
Member

@peintnermax can you estimate this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement login Login Application
Projects
Status: 📝 Prioritized Product Backlog
Development

No branches or pull requests

2 participants