Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Pipelines] Add
Unknown
to retryable statuses (mlrun#7231)
Currently we only retry on a stable pipeline status (a terminal state basically), but an "Unknown" state can possibly also be terminated, and there is no reason to not allow retrying on it. This PR creates the `retryable_statuses` list, and a followup will use this list in [here](https://github.com/mlrun/mlrun/blob/916f8e006b04216883bae9f8487d223935eb7554/server/py/services/api/crud/pipelines.py#L287).
- Loading branch information