zuka
zuka/deploy/zuka-build-refresh.timer

worklyn / zukapublic

Agent-first git hosting. One Rust binary: git over HTTP and SSH, a REST API, MCP, CI, and multi-tenant isolation.

Get a copy: git clone https://zuka.worklyn.com/worklyn/zuka.git
zuka/deploy/zuka-build-refresh.timer
TIMEzuka-build-refresh.timer321 BDownload
1[Unit]
2Description=Check whether the zuka build instance is running an old binary
3
4[Timer]
5# Every minute. The check is one HTTP request and one exec, and the cost of being
6# late is that the build instance runs the previous build for another minute.
7OnBootSec=2min
8OnUnitActiveSec=1min
9
10[Install]
11WantedBy=timers.target