Add fleet control: service configs, replica floors, monitor, pause/restart
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
Central fleet.json sets min/max copies. Tree-node keepFloor respawns until three healthy unpaused replicas remain. CLI and loopback UI pause, resume, stop, and restart instances that fail health checks.
This commit is contained in:
parent
f3dc0e6eee
commit
dd99ce1c64
33 changed files with 1368 additions and 0 deletions
13
packages/verae-fleet/package.json
Normal file
13
packages/verae-fleet/package.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "verae-fleet",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"description": "Service catalog, replica floors, monitor, restart, pause/resume for Verae Zapier workers and tree nodes",
|
||||
"bin": { "verae-fleet": "./src/cli.js" },
|
||||
"scripts": {
|
||||
"start": "node src/cli.js serve",
|
||||
"list": "node src/cli.js list",
|
||||
"test": "node --test test/*.test.js"
|
||||
},
|
||||
"engines": { "node": ">=20" }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue