rancher / terraform-controller

Use K8s to Run Terraform
Apache License 2.0
291 stars 46 forks source link

Failed Job Detection #40

Open luthermonson opened 5 years ago

luthermonson commented 5 years ago

go routine to watch the executions will wait the full 15min on a failed job as there is no check if the job failed. maybe every 30s check the job and see if it status.failed is > 0