We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://github.com/Fluidex/prover-cluster/blob/e271e1f45c9151113c52f635a72ddfde37e611e0/src/coordinator/controller.rs#L72-L84 we mark a task as TaskStatus::Assigned when assigning it to a client. But what if a client fail/refuse to submit the proof?
TaskStatus::Assigned
We need to check and re-init task status periodically.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
prover
In https://github.com/Fluidex/prover-cluster/blob/e271e1f45c9151113c52f635a72ddfde37e611e0/src/coordinator/controller.rs#L72-L84
we mark a task as
TaskStatus::Assigned
when assigning it to a client.But what if a client fail/refuse to submit the proof?
We need to check and re-init task status periodically.
The text was updated successfully, but these errors were encountered: