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

Unwrap SQLAlchemy errors in worker #3498

Closed
wants to merge 1 commit into from
Closed

Conversation

washort
Copy link

@washort washort commented Feb 26, 2019

Due to poor interaction between Celery and SQLAlchemy's exception objects, an unwrapped version of DB errors is raised here to properly signal failure of the task.

Refs: #3280, celery/celery#5057

@washort
Copy link
Author

washort commented Feb 26, 2019

This is unnecessary, there's a simpler way to prevent this problem.

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.

1 participant