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

Feature Request: Automatically Retry Adding Failed Installations After Key Package Issues #1635

Open
mchenani opened this issue Feb 18, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@mchenani
Copy link
Contributor

Is your feature request related to a problem?

Right now, when we try to add a member and their installation has a missing, empty, or expired key package, we soft-fail and save their installation ID under FailedInstallations in the Intents and Welcome messages. The problem is: even if they fix the issue and upload a fresh key package, we never try adding them again automatically.
related to:
#1507
#1606

Describe the solution to the problem

Implement a retry mechanism to automatically reattempt adding previously failed installations. Specifically:

  • Periodically check installations listed under FailedInstallations for a valid key package.
  • If a healthy key package is detected, proceed to add the member automatically.

This solution ensures that members who resolve their key-package issues are added without manual intervention.

Describe the uses cases for the feature

No response

Additional details

No response

@mchenani mchenani added the enhancement New feature or request label Feb 18, 2025
@mchenani mchenani changed the title Feature request: add failed installations due to malformed/missing keypackages Feature Request: Automatically Retry Adding Failed Installations After Key Package Issues Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant