Universal CLI telemetry layer and job management — every command routed through pueue gets precise timing, exit code capture, full stdout/stderr logs, environment snapshots, and callback-on-completion.
Pueue is a Rust CLI tool for managing shell command queues. It provides:
| Any command >30 seconds | Always | Telemetry, persistence, log capture | | Batch operations (>3 items) | Always | Parallelism control, failure isolation | | Build/test pipelines | Recommended | --after DAGs, group monitoring | | Data processing | Always | Checkpoint resume, state management |
Puue 대기열 오케스트레이션 및 CLI 원격 측정을 통해 장기 실행 작업 및 일괄 처리를 관리합니다. 사용자가 작업 대기열에 넣거나, bigblack 또는 littleblack에서 작업을 실행하거나, 장기 실행 프로세스를 관리하거나, 일괄 처리를 수행하거나, pueue 콜백 또는 우선 순위를 설정하거나, GPU 워크스테이션 작업 관리가 필요할 때마다 사용하세요. 백그라운드에서 실행되는 캐시 채우기 작업에도 사용됩니다. 빠르게 완료되는 간단한 포그라운드 셸 명령이나 cron/launchd를 통한 작업 예약에는 사용하지 마세요. 출처: terrylica/cc-skills.