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

Jobs remain in queued state when input validation fails #3325

Closed
jmsmkn opened this issue Apr 23, 2024 · 0 comments · Fixed by #3465
Closed

Jobs remain in queued state when input validation fails #3325

jmsmkn opened this issue Apr 23, 2024 · 0 comments · Fixed by #3465
Assignees

Comments

@jmsmkn
Copy link
Member

jmsmkn commented Apr 23, 2024

Celery errors are uncaught in the job creation process. Now there is a celery task with no task name, and just:

{"exc_type": "ChordError", "exc_message": ["ValidationError([\"{'__all__': [ValidationError(['Image segments could not be determined, ensure the voxel values are integers and that it contains no more than 64 segments. Ensure the image has the minimum and maximum voxel values set as tags if the image is a TIFF file.'])]}\"])"], "exc_module": "celery.exceptions"}
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 a pull request may close this issue.

2 participants