Skip to content

Catch panics in query processing #805

Closed
@leoyvens

Description

@leoyvens

Using panics instead of errors for conditions that should never happen helps with surfacing bugs, but we'd not want a query that triggers a bug to crash an entire query node. So we should give special treatment to panics during query processing and so that a panic anywhere in the pipeline would be recovered from and a 500 response is returned.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions