feat(ql3): gate remote cancellation delivery

This commit is contained in:
whyour
2026-08-19 06:55:36 +08:00
parent 1809fbb8d3
commit 0b5f3bcb39
14 changed files with 776 additions and 25 deletions
@@ -175,6 +175,11 @@
"require": "./dist/remote-execution/remoteWorkerLeaseControlService.js",
"default": "./dist/remote-execution/remoteWorkerLeaseControlService.js"
},
"./cancellation-dispatch-control": {
"types": "./dist/remote-execution/remoteWorkerCancellationDispatchControl.d.ts",
"require": "./dist/remote-execution/remoteWorkerCancellationDispatchControl.js",
"default": "./dist/remote-execution/remoteWorkerCancellationDispatchControl.js"
},
"./workflow-scheduler": {
"types": "./dist/scheduling/workflowScheduler.d.ts",
"require": "./dist/scheduling/workflowScheduler.js",