Initial import of verae-fleet from zapier monorepo
This commit is contained in:
commit
5a39d8deda
57 changed files with 3775 additions and 0 deletions
16
services/job-poller.json
Normal file
16
services/job-poller.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"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."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue