mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 12:11:09 +00:00
Let the PVF host kill the worker on timeout (#6381)
* Let the PVF host kill the worker on timeout * Fix comment * Fix inaccurate comments; add missing return statement * Fix a comment * Fix comment
This commit is contained in:
@@ -390,7 +390,7 @@ async fn run(
|
||||
from_prepare_queue = from_prepare_queue_rx.next() => {
|
||||
let from_queue = break_if_fatal!(from_prepare_queue.ok_or(Fatal));
|
||||
|
||||
// Note that preparation always succeeds.
|
||||
// Note that the preparation outcome is always reported as concluded.
|
||||
//
|
||||
// That's because the error conditions are written into the artifact and will be
|
||||
// reported at the time of the execution. It potentially, but not necessarily, can
|
||||
|
||||
Reference in New Issue
Block a user