mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-22 19:29:13 +08:00
feat(ql3): gate remote cancellation delivery
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user