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.
17 lines
595 B
JSON
17 lines
595 B
JSON
{
|
|
"id": "middleware-http",
|
|
"title": "Verae Zapier HTTP middleware",
|
|
"kind": "http",
|
|
"package": "verae-zapier-middleware",
|
|
"role": "middleware-http",
|
|
"managed": true,
|
|
"runtime": "HTTPS :3100 /zapier/v1",
|
|
"health": { "type": "http", "path": "/health", "timeoutMs": 800 },
|
|
"ports": { "healthBase": 13100 },
|
|
"env": { "PORT": "3100", "NATS_URL": "nats://127.0.0.1:4222" },
|
|
"nats": {
|
|
"in": ["verae.zapier.jobs.events"],
|
|
"out": ["verae.zapier.jobs.watch", "verae.zapier.webhooks.deliver"]
|
|
},
|
|
"notes": "Wait path subscribes jobs.events. Never expose NATS to Zapier."
|
|
}
|