tektoncd/pipeline

Retry failed resolvers

オープン

#8,571 opened on 2025/02/17

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Go (1,943 件のフォーク)auto 404
area/apiarea/resolutionhelp wantedkind/feature

Repository metrics

Stars
 (9,013 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Feature request

While it is convenient to use resolvers to reference tasks and pipelines not present in the cluster, the resolution requests are very susceptible to reliability issues. Tekton should be able to automatically retry requests to resolve. Requests shouldn't be retried in perpetuity as this could present confusion as to why the pipeline isn't scheduling. It may be beneficial for users to configure the number of retries and/or the backoff strategy when deploying Tekton to the cluster.

Use case

As a user of Tekton bundles, I want to be able to resolve the pushed definitions even when the container registry is undergoing intermittent reliability/stability issues.

As a user of Tekton bundles, I want to be able to resolve the referenced definitions even when the git provider is undergoing intermittent reliability/stability issues.

コントリビューターガイド