Containerized LKB worker (Dockerfile.lkb), Postgres-backed queue, auto-deploy timer, and eigensolid convergence check module. Build: 0 jobs (no Lean build needed)
10 lines
No EOL
171 B
SYSTEMD
10 lines
No EOL
171 B
SYSTEMD
[Unit]
|
|
Description=LKB worker auto-deploy poller (every 2 minutes)
|
|
|
|
[Timer]
|
|
OnBootSec=30
|
|
OnUnitActiveSec=120
|
|
Unit=lkb-auto-deploy.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target |