Files
gaokao-volunteer-system/deploy/systemd/gaokao-delivery-dispatch.timer
Hermes Agent 7fe4ddcbc4
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled
feat: harden T12 backup and portal workflows
2026-06-14 23:12:18 +08:00

12 lines
202 B
SYSTEMD

[Unit]
Description=Run gaokao delivery dispatcher every 5 minutes
[Timer]
OnCalendar=*:0/5
Persistent=true
RandomizedDelaySec=30
Unit=gaokao-delivery-dispatch.service
[Install]
WantedBy=timers.target