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.
16 lines
479 B
JSON
16 lines
479 B
JSON
{
|
|
"id": "job-poller",
|
|
"title": "Job poller worker",
|
|
"kind": "nats-worker",
|
|
"package": "verae-zapier-middleware",
|
|
"role": "job-poller",
|
|
"managed": true,
|
|
"runtime": "JetStream consumer",
|
|
"health": { "type": "http", "path": "/health", "timeoutMs": 800 },
|
|
"ports": { "healthBase": 13200 },
|
|
"nats": {
|
|
"in": ["verae.zapier.jobs.watch"],
|
|
"out": ["verae.zapier.jobs.events"]
|
|
},
|
|
"notes": "GET chain status; emit terminal events. Queue group job-poller."
|
|
}
|