qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.1k stars 66 forks source link

transforms should recover from panics #1959

Open dustmop opened 2 years ago

dustmop commented 2 years ago

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.