Repeater – A tool which repeats commands

1 baalimago 1 9/15/2025, 5:17:55 PM github.com ↗

Comments (1)

baalimago · 2h ago
It repeats commands as quickly as it can. So it's not a cronjob manager.

Quite battletested on heavy devops tasks. The design is simple: every command is a subprocess spawned by in -n number of go routines. Then there's some extra fluff to tie the worker pattern together and deliver statistics.

Why not xargs? Ergonomics, and speed. Repeater is faster, see benchmarks.