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

Handle Duplicate POSTS to /v2/accounts/siwf #674

Open
wilwade opened this issue Nov 4, 2024 · 0 comments
Open

Handle Duplicate POSTS to /v2/accounts/siwf #674

wilwade opened this issue Nov 4, 2024 · 0 comments
Labels
account-service bug Something isn't working

Comments

@wilwade
Copy link
Contributor

wilwade commented Nov 4, 2024

Problem: Right now if someone double posts to /v2/accounts/siwf things go bad.

Currently:

  • Adds the action to the queue
  • Queue action fails

Expected:

  • Idempotent
  • Can post as many times as is valid
  • Only results in one queued action
  • IF the queued action is already complete, should return the MSA id and other information as per normal

Question: What about replays?

  • That should be handled by the service handling user session creation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
account-service bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants