Skip to content

errors: rename TaskExecutionError #84

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jrcastro2
Copy link
Contributor

@jrcastro2 jrcastro2 commented Jun 23, 2025

Warning: breaking change

@kpsherva kpsherva moved this from In review 🔍 to To release 🤖 in Sprint Q3/2025 ☀️ Jun 27, 2025
@@ -8,10 +8,10 @@
"""Errors for logging."""


class TaskExecutionError(Exception):
class TaskExecutionPartialError(Exception):
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe it would be better to add a new error class and mark the old one as deprecated. renaming would potentially break others code.

Copy link
Contributor

Choose a reason for hiding this comment

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

yes, good idea

@kpsherva kpsherva moved this from To release 🤖 to In progress in Sprint Q3/2025 ☀️ Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

3 participants