Skip to content

Improved Kubernetes dynamic pipeline retries#5107

Open
schustmi wants to merge 1 commit into
developfrom
feature/improved-kubernetes-dynamic-pipeline-retries
Open

Improved Kubernetes dynamic pipeline retries#5107
schustmi wants to merge 1 commit into
developfrom
feature/improved-kubernetes-dynamic-pipeline-retries

Conversation

@schustmi

@schustmi schustmi commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Skip retrying the orchestrator pod if the pipeline run is in a finished state that cannot be retried.
Previously, we would restart the orchestrator pod and then just exit with Run is already finished.

@schustmi schustmi added enhancement New feature or request release-notes Release notes will be attached and used publicly for this PR. labels Jul 21, 2026
@github-actions github-actions Bot added the internal To filter out internal PRs and issues label Jul 21, 2026
@schustmi
schustmi marked this pull request as ready for review July 21, 2026 14:46
settings: KubernetesOrchestratorSettings,
pod_settings: Optional[KubernetesPodSettings] = None,
backoff_limit: Optional[int] = None,
pod_failure_policy: Optional[Dict[str, Any]] = None,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: dict[str, Any] | None = None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request internal To filter out internal PRs and issues release-notes Release notes will be attached and used publicly for this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants