shakacode / control-plane-flow

The power of Kubernetes with the ease of Heroku! Our playbook for migrating from Heroku to Control Plane, controlplane.com, and CPL CLI source
MIT License
43 stars 2 forks source link

Fix endless loop when `ps:wait` suspended workload #197

Closed dzirtusss closed 3 months ago

dzirtusss commented 3 months ago

Atm, when workload is suspended, ps:wait goes to infinite loop, because replica never appers. Instead, it better skip this workload (potentially prinitin "suspended" in log?) and go to next. This looks more reasonable.