gojek / proctor

A Developer-Friendly Automation Orchestrator
Apache License 2.0
123 stars 42 forks source link

Proctor CLI exits with non-zero status on proc failure #57

Closed olttwa closed 5 years ago

olttwa commented 5 years ago

As an admin, I want the proctor CLI to exit with non-zero status when a proc fails.

So that, They can use proctor CLI inside their scripts and have proper feedback on it's success/failure.

Technical details: Post logs streaming is completed, poll proctor daemon for the status of proc until it's successful/failed.