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

Recover from failure to create Ibex Account #90

Open
2 tasks
brh28 opened this issue Aug 15, 2024 · 1 comment
Open
2 tasks

Recover from failure to create Ibex Account #90

brh28 opened this issue Aug 15, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@brh28
Copy link

brh28 commented Aug 15, 2024

Upon deploying to production, we were unable to create Ibex accounts. From this issue, we discovered that Ibex createAccount failures put our backend in a partial state that it is unable to heal from. A user who has this problem will continue to see failures.

Purpose of this task is to detect when a failure has occurred and re-initialize the Ibex account.

Testing:

  • - Create integration tests (mock Ibex failure) to verify account is created successfully on second attempt
  • - Verify happy path account creation still works in tests env
@brh28 brh28 added the bug Something isn't working label Nov 11, 2024
@brh28
Copy link
Author

brh28 commented Dec 30, 2024

Possible approaches:

  • Either call Ibex first to ensure we get a successful response
  • or, add checks in the account creation to check if a user is already in the system

@brh28 brh28 self-assigned this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant