tektoncd/pipeline

Retry failed resolvers

开放

#8,571 创建于 2025年2月17日

 (1 条评论) (0 个反应) (0 位负责人)Go (1,943 个派生)auto 404
area/apiarea/resolutionhelp wantedkind/feature

仓库指标

星标
 (9,013 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南