You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if Lily encounters an error in height during walk job, the job will be terminated. When we submit a large walk range, it becomes troublesome to have the job terminated midway.
Therefore, it is necessary to add an argument to the walk job that allows Lily to ignore the error and continue with the job.
Acceptance criteria
Lily has the capability to complete the walk job even if an error occurs.
Description
Currently, if Lily encounters an error in height during walk job, the job will be terminated. When we submit a large walk range, it becomes troublesome to have the job terminated midway.
Therefore, it is necessary to add an argument to the walk job that allows Lily to ignore the error and continue with the job.
Acceptance criteria
Lily has the capability to complete the walk job even if an error occurs.
Where to begin
https://github.com/filecoin-project/lily/blob/master/chain/walk/walker.go#L103
The text was updated successfully, but these errors were encountered: