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
521 B
JSON
16 lines
521 B
JSON
{
|
|
"id": "webhook-deliver",
|
|
"title": "Zapier REST Hook deliverer",
|
|
"kind": "nats-worker",
|
|
"package": "verae-zapier-middleware",
|
|
"role": "webhook-deliver",
|
|
"managed": true,
|
|
"runtime": "JetStream consumer + HTTPS POST",
|
|
"health": { "type": "http", "path": "/health", "timeoutMs": 800 },
|
|
"ports": { "healthBase": 13300 },
|
|
"nats": {
|
|
"in": ["verae.zapier.webhooks.deliver", "verae.zapier.jobs.events"],
|
|
"out": []
|
|
},
|
|
"notes": "HTTPS POST to Zapier hook URL. Not a NATS client in Zapier cloud."
|
|
}
|