Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore wf canceled error in partial parallel execution #50

Merged
merged 2 commits into from
Jan 3, 2025

Conversation

CahidArda
Copy link
Collaborator

Similar to #16, we should rethrow the QStash error when submitting steps to QStash if the status is 400, which indicates that the workflow is canceled.

When we rethrow, it will be caught in

if (error instanceof QstashError && error.status === 400) {
and handled.

@CahidArda CahidArda merged commit 53c3fc4 into main Jan 3, 2025
19 checks passed
@CahidArda CahidArda deleted the fix-ignore-wf-canceled-in-parallel-partial branch January 3, 2025 15:49
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