Skip to content

[Node] improve error message and add retry attempts#3469

Merged
GuillaumeDSM merged 1 commit into
devfrom
node_err
May 21, 2026
Merged

[Node] improve error message and add retry attempts#3469
GuillaumeDSM merged 1 commit into
devfrom
node_err

Conversation

@GuillaumeDSM
Copy link
Copy Markdown
Member

No description provided.

@GuillaumeDSM GuillaumeDSM self-assigned this May 21, 2026
@GuillaumeDSM GuillaumeDSM requested a review from Herklos as a code owner May 21, 2026 09:15
Comment on lines +48 to +49
return exec?.status === "failed" || exec?.error ? "errored" : "completed"
return hasTaskError(task) ? "errored" : "completed"
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.

I don't think we want to change this check

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.

I don't think we should use hasTaskError at all

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

thanks, it's up!

@GuillaumeDSM GuillaumeDSM merged commit bb3872e into dev May 21, 2026
23 checks passed
@GuillaumeDSM GuillaumeDSM deleted the node_err branch May 21, 2026 09:50
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