-
Notifications
You must be signed in to change notification settings - Fork 523
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
Handling errors in Intake V2 #1240
Comments
In the implementation here #1238 I've effectively categorized errors into two separate categories:
At the moment, the "timeout waiting to be processed" error has not been adapted to the v2 response format. I'll change that so that the format is v2 compatible when appropriate and it will be in the "immediate response" category. async error handling (transform, writing to output..) haven't changed UPDATE: full queue is now in the "immediately respond and close" category. |
@roncohen you are working/have been working on this right? Could you move it to progress or done please and assign to you? |
I'll close this for now as the implementation is working: #1298 (comment) |
Figure out behaviour if an error happens while processing requests for Intake v2:
Are there cases where the connection should be closed or an immediate error should be returned or should there only be a summary returned?
Implementation depends on #1238
The text was updated successfully, but these errors were encountered: