Some checks are pending
offline / test (push) Waiting to run
Fleet/keep/middleware NATS_URL lists 10.10.10.21–23. Product streams are replicas=3. px-worker worm/tree run on that cluster. Backup timer and px-worker uptime watch are on. MOCK_VERAE and Zapier push unchanged.
28 lines
851 B
JSON
28 lines
851 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": 4000 },
|
|
"ports": { "healthBase": 3100 },
|
|
"spawn": {
|
|
"cwd": "../verae-zapier-middleware",
|
|
"command": "node",
|
|
"args": ["src/index.js"]
|
|
},
|
|
"env": {
|
|
"PORT": "3100",
|
|
"NATS_URL": "nats://10.10.10.21:4222,nats://10.10.10.22:4222,nats://10.10.10.23:4222",
|
|
"NATS_ENABLED": "true",
|
|
"MOCK_VERAE": "true",
|
|
"JETSTREAM_REPLICAS": "3"
|
|
},
|
|
"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."
|
|
}
|