- Rust 100%
| crates/orchestrator | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
| rust-toolchain.toml | ||
./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