No description
Find a file
2026-02-08 00:21:16 +01:00
crates/orchestrator 002v1: run supports multiple --kind jobs 2026-02-08 00:21:16 +01:00
.gitignore initial commit 2026-02-05 16:53:55 +01:00
Cargo.lock add json output for inspect commands 2026-02-06 08:11:19 +01:00
Cargo.toml commit 2026-02-05 16:55:22 +01:00
README.md implement to enqueue a noop job 2026-02-07 23:36:25 +01:00
rust-toolchain.toml commit 2026-02-05 16:55:22 +01:00

./target/debug/orchestrator --config /tmp/obot/config.toml enqueue --kind sleep_5000 ./target/debug/orchestrator --config /tmp/obot/config.toml inspect queue ./target/debug/orchestrator --config /tmp/obot/config.toml work --once --lease-ms 1000 --heartbeat-ms 200 ./target/debug/orchestrator --config /tmp/obot/config.toml inspect queue --stale

./target/debug/orchestrator --config /tmp/obot/config.toml enqueue --kind noop ./target/debug/orchestrator --config /tmp/obot/config.toml inspect --json queue ./target/debug/orchestrator --config /tmp/obot/config.toml inspect --json run <RUN_ID>

./target/debug/orchestrator --config /tmp/obot/config.toml enqueue --kind noop ./target/debug/orchestrator --config /tmp/obot/config.toml inspect --json queue

cargo fmt --all cargo clippy --workspace --all-targets -- -D warnings cargo test --workspace -- --nocapture git diff --stat

git switch main git pull --ff-only cargo test --workspace git log -1 --oneline git branch -vv git branch -r