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
This can only be done after synchronous terminations has gone live.
When that code goes live, it must still handle any deals scheduled for cleanup that haven't been processed by cron yet.
After synchronous terminations is live, it should be impossible to encounter terminated sectors asynchronously. All code paths other than on_miner_sector_terminate should not handle terminations (and error if marked-for-termination) sectors are encountered.
The text was updated successfully, but these errors were encountered:
This should be good after DEAL_UPDATES_INTERVAL or 30 days from the last upgrade. So this should be good for either of the next upgrades. Worth sanity checking the DOBE queue to check that we don't see any async terminations scheduled before we do this.
This can only be done after synchronous terminations has gone live.
When that code goes live, it must still handle any deals scheduled for cleanup that haven't been processed by cron yet.
After synchronous terminations is live, it should be impossible to encounter terminated sectors asynchronously. All code paths other than
on_miner_sector_terminate
should not handle terminations (and error if marked-for-termination) sectors are encountered.The text was updated successfully, but these errors were encountered: