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

transforms should recover from panics #1959

Open
dustmop opened this issue Nov 2, 2021 · 0 comments
Open

transforms should recover from panics #1959

dustmop opened this issue Nov 2, 2021 · 0 comments
Assignees
Labels
bug code that is not behaving as expected
Projects

Comments

@dustmop
Copy link
Contributor

dustmop commented Nov 2, 2021

When we run a starlark transform script, it's possible that bugs in the libraries may cause segfaults. We should recover from these and return a 500, instead of bringing down the entire request.

@dustmop dustmop self-assigned this Nov 2, 2021
@dustmop dustmop added the bug code that is not behaving as expected label Nov 2, 2021
@dustmop dustmop added this to Backlog in Sprints via automation Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug code that is not behaving as expected
Projects
Sprints
Backlog
Development

No branches or pull requests

1 participant