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

In auto pipeline, throw errors seperately #1305

Merged
merged 6 commits into from
Oct 9, 2024

Conversation

CahidArda
Copy link
Contributor

@CahidArda CahidArda commented Oct 4, 2024

Addressing the auto pipeline issue which causes upstash/ratelimit-js#122

Essentially, when one of the commands in the pipeline fail, all threw an error in the autopipeline, which is not ideal. Fixing the issue by throwing the errors individually, in the auto pipeline code.

@CahidArda CahidArda force-pushed the fix-granular-throw-in-auto-pipeline branch from 17356d6 to 45a8d03 Compare October 4, 2024 20:02
Copy link
Collaborator

@ytkimirti ytkimirti left a comment

Choose a reason for hiding this comment

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

@CahidArda lets not forget to add info about keepErrors option to the release notes

@CahidArda CahidArda merged commit ef1ca98 into main Oct 9, 2024
14 checks passed
@CahidArda CahidArda deleted the fix-granular-throw-in-auto-pipeline branch October 9, 2024 14:58
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