feat: add silorunner binary with job poll/claim/execute lifecycle

This commit is contained in:
Forbes
2026-02-14 13:21:21 -06:00
parent b6ac5133c3
commit ad4224aa8f
2 changed files with 332 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
build: web-build
go build -o silo ./cmd/silo
go build -o silod ./cmd/silod
go build -o silorunner ./cmd/silorunner
# Run the API server locally
run:
@@ -30,7 +31,7 @@ test-integration:
# Clean build artifacts
clean:
rm -f silo silod
rm -f silo silod silorunner
rm -f *.out
rm -rf web/dist