This contains a no nonsense, horizontally scalable, ordered job runner backed by Postgres.
Optional features:
metrics-prometheus
: Enables emitting of Prometheus metrics via a scraping endpoint.backend-postgres
: Enables the Postgres backend (default).metrics-prometheus
: Enables emitting of Prometheus metrics via a scraping endpoint.
- Postgres 9.5+
For details about the API see here.
~ cargo build -p relay --release
Here is a list of existing clients.
Language | Description |
---|---|
Go | Go low & high level client. |
Rust | Rust client and consumer. |
AGPL-3.0. See LICENSE-AGPL for details.