Skip to content

Add retry mechanism for execPodStep failures#332

Open
l1l1l1l wants to merge 2 commits into
actions:mainfrom
l1l1l1l:main
Open

Add retry mechanism for execPodStep failures#332
l1l1l1l wants to merge 2 commits into
actions:mainfrom
l1l1l1l:main

Conversation

@l1l1l1l
Copy link
Copy Markdown

@l1l1l1l l1l1l1l commented Mar 26, 2026

Implement retry logic for execPodStep on 404 errors.This will reduce the occurrence of "Error: TypeError: Converting circular structure to JSON"(#2056)
on a jittering k8s internal network.

l1l1l1l added 2 commits March 26, 2026 15:29
Implement retry logic for execPodStep on 404 errors.This will reduce the occurrence of "Error: TypeError: Converting circular structure to JSON"(#2056)
on a jittering k8s internal network.
Add retry mechanism for execPodStep failures
@l1l1l1l l1l1l1l requested review from a team and nikola-jokic as code owners March 26, 2026 07:37
@l1l1l1l
Copy link
Copy Markdown
Author

l1l1l1l commented Mar 26, 2026

Related to JSON Converting Problem

JOB_CONTAINER_NAME
).catch((e: any) => {
const msg = String(e?.message || e)
const is404 =
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Hey, I think this check must be taken from the exception if possible. 404 substring is not enough to confidently say this is 404 error just because the error contains the 404 string

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants