teamhephy / controller

Hephy Workflow Controller (API)
https://teamhephy.com
MIT License
14 stars 26 forks source link

fix(controller): Retry on potential ReplicaSet create race-condition. #127

Closed jfuechsl closed 4 years ago

jfuechsl commented 4 years ago

This PR adds retry logic in _check_for_failed_events in the case where a race-condition could cause a ReplicaSet that's being created to not be available yet.

Cryptophobia commented 4 years ago

@jfuechsl , looks like tests are failing here: https://travis-ci.org/github/teamhephy/controller/builds/698501644

jfuechsl commented 4 years ago

Looks like a test-style failure. Will fix it.