Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use exponential backoff when getting the workflow status. (kubeflow#170)
* We were using a fixed retry window that was too short O(5 seconds). * Use exponential backoff and retry for up to 3 minutes. We are seeing test flakes due to problems getting the workflow status. * Related to kubeflow#169
- Loading branch information