13 lines
436 B
Markdown
13 lines
436 B
Markdown
|
|
# relay
|
||
|
|
|
||
|
|
A small CLI that delivers webhook payloads to configured endpoints and
|
||
|
|
reports on delivery outcomes.
|
||
|
|
|
||
|
|
- `bin/relay send <url> <json-payload>` — queue and deliver one payload
|
||
|
|
- `bin/relay report` — summarize failed deliveries
|
||
|
|
|
||
|
|
Configuration lives in `config/relay.yml`. Failed deliveries that exhaust
|
||
|
|
their retries are appended to the dead-letter file for manual replay.
|
||
|
|
|
||
|
|
Architecture decisions are recorded in `docs/adr/`.
|