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

[TASK] Implement resiliency logic in the event of failure at any step. #534

Open
Tracked by #529
drewstone opened this issue Mar 10, 2023 · 0 comments
Open
Tracked by #529

Comments

@drewstone
Copy link
Contributor

drewstone commented Mar 10, 2023

Overview

At any step in the improvements listed in #529, something can go wrong. We must identify this and provide a path for recovering from these issues resiliently. For example, if we parallelize signing operations and a certain set fails to sign their allocated proposal, we must re-allocate that proposal.

Tasks

  • Identify the parts in which the Signing manager improvements will fail.
  • Provide implementation improvements that reduce the failure rate and adapt to failures.
  • Test with test harness.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Not Started 🕧
Development

No branches or pull requests

1 participant