Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 20 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# dispatch

[![check](https://github.com/katoptra/dispatch/actions/workflows/check.yml/badge.svg)](https://github.com/katoptra/dispatch/actions/workflows/check.yml)
[![license](https://img.shields.io/github/license/katoptra/dispatch)](LICENSE)
![Bendalloy](https://healthchecks.io/b/2/254c8ab8-5b1c-40e5-ae69-f34413b6b053.svg)

The scheduler that starts every katoptra mirror. No mirror schedules itself; each waits
<p align="center">
<a href="https://github.com/katoptra">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://katoptra.org/brand/katoptra-mark-dark-224.png">
<img src="https://katoptra.org/brand/katoptra-mark-224.png" alt="Katoptra" width="112">
</picture>
</a>
</p>

<h1 align="center">dispatch</h1>

<p align="center">The scheduler that starts every katoptra mirror.</p>

<p align="center">
<a href="https://github.com/katoptra/dispatch/actions/workflows/check.yml"><img src="https://github.com/katoptra/dispatch/actions/workflows/check.yml/badge.svg" alt="check"></a>
<a href="LICENSE"><img src="https://img.shields.io/github/license/katoptra/dispatch" alt="license"></a>
<img src="https://healthchecks.io/b/2/254c8ab8-5b1c-40e5-ae69-f34413b6b053.svg" alt="Bendalloy">
</p>

No mirror schedules itself; each waits
for a `workflow_dispatch`, and this repository sends it. A systemd timer on a NixOS host
ticks every five minutes, fires each job whose latest slot has not been fired yet, then
pings one healthcheck. A host that was down fires each missed job once, for the latest
Expand Down
Loading