Initial import of verae-nats-process from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 14:24:27 -04:00
commit 68e54c063c
10 changed files with 198 additions and 0 deletions

14
fleet.service.json Normal file
View file

@ -0,0 +1,14 @@
{
"id": "verae-nats-process",
"title": "Template addressed process",
"kind": "nats-worker",
"package": "verae-nats-process",
"role": "verae-nats-process",
"managed": true,
"health": { "type": "http", "path": "/health", "timeoutMs": 800 },
"ports": { "healthBase": 13900 },
"nats": {
"in": ["verae.example.process.in"],
"out": ["verae.example.process.out", "verae.example.process.reply.<correlationId>"]
}
}