Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

limit disappeared in retry strategy#29

Description

@jendrikjoe

It seems that the limit keyword disappeared from the retry strategy. Looking at the argo retry example it should still exists though. Did I miss a change, or is this a bug? 馃檪

The following fails in 5.0.0, but works in 3.6.1. (4.0.0 seems to be missing all the imports, but that is a bug for another time)

from argo.workflows import client
retry_strategy = client.V1alpha1RetryStrategy(retry_policy="Always", limit=4)

Any input would be greatly appreciated 馃檪

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions