-
Notifications
You must be signed in to change notification settings - Fork 99
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
feat(host): create initial cancel handling #316
Conversation
* feat(risc0): add cancellation to bonsai * fix(risc0): remove id after cancellation * fix(risc0): add prover code to proof key
* feat(sp1): add cancellation support * fix(sp1): add prover code to proof key
One more thing: for proof request, I think we probably need a force tag in v2 to force re-produce the proof & overwrite the error status (if success). |
@smtmfft The current intended way to do this would be to just cancel the current task (even if it is successful or errored out) and prove it again. |
oh, maybe I misunderstand the logic, I thought it will report "cancelled" state if same (cancelled) task comes again. |
We could change the behavior if needed, this is the current way it is handled |
No description provided.