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

Add option to skip failures in stamp processing. #1238

Merged
merged 5 commits into from
Aug 23, 2023
Merged

Conversation

rmjarvis
Copy link
Member

This PR adds a new option in stamp processing, skip_failures, which will skip an object if some exception is raised during processing. This is similar in spirit to the existing retry_failures, but more appropriate when the potential cause of failure is from an input catalog rather than a random value, so no amount of retrying would resolve the problem.

@rmjarvis rmjarvis added this to the v2.5 milestone Aug 15, 2023
@rmjarvis rmjarvis added the config Related to the config-processing functionality. label Aug 22, 2023
Copy link
Member

@jmeyers314 jmeyers314 left a comment

Choose a reason for hiding this comment

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

LGTM

@rmjarvis rmjarvis merged commit 38246b0 into main Aug 23, 2023
9 checks passed
@rmjarvis rmjarvis deleted the skip_failures branch August 23, 2023 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config Related to the config-processing functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants