kylon-cli 0.2.2-next.296 → 0.2.2-next.299
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -0
- package/dist/kylon-bundle.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -66,6 +66,19 @@ gateway on the old build. The update notice the CLI prints on gateway hosts
|
|
|
66
66
|
uses exactly this command; `kylon gateway service repair` is the same
|
|
67
67
|
reconciliation under its recovery-oriented name.
|
|
68
68
|
|
|
69
|
+
The drain waits up to five minutes for in-flight agent work, and a drain that
|
|
70
|
+
exhausts its window rolls the upgrade back — so a persistently busy host would
|
|
71
|
+
never upgrade without an operator interrupt. Two are available:
|
|
72
|
+
|
|
73
|
+
- `kylon gateway service upgrade --force` skips the drain, or escalates one
|
|
74
|
+
already in progress: in-flight assignments are aborted with the same
|
|
75
|
+
recovery semantics as a daemon crash (the durable inbox re-drives
|
|
76
|
+
interrupted work on the restarted daemon), and the new version activates
|
|
77
|
+
immediately.
|
|
78
|
+
- `kylon gateway service cancel` abandons an in-progress upgrade: the daemon
|
|
79
|
+
rolls back to the previous bundle and resumes accepting work on the old
|
|
80
|
+
version.
|
|
81
|
+
|
|
69
82
|
### Local development (contributors)
|
|
70
83
|
|
|
71
84
|
```bash
|