I need to run and monitor multiple background processes for a build pipeline: 1. Start a long-running build process tagged as ["build", "critical"] that runs: `bun build ./src/index.ts --outdir dist - ...