feat(ql3): page blocked cancellations

This commit is contained in:
whyour
2026-08-19 23:51:14 +08:00
parent 095683a4cb
commit cf21e984cb
31 changed files with 1466 additions and 42 deletions
+3
View File
@@ -13987,6 +13987,9 @@ async function main(argv = process.argv.slice(2)) {
cancellationDispatch.retryDeferredUntilDue,
cancellationDispatchSummaryIsLowSensitiveAndActionable:
cancellationDispatch.operatorSummaryLowSensitiveAndActionable,
cancellationDispatchBlockedListIsBoundedAndProjectIndexed:
cancellationDispatch.blockedListLowSensitiveAndSnapshotBound &&
cancellationDispatch.blockedListUsesProjectKeysetIndex,
cancellationDispatchReplicatesAndSurvivesPromotion:
cancellationDispatch.replicatedBeforePromotion &&
cancellationDispatch.survivedPromotion,