fal-ai / fal

⚡ Fastest way to serve open source ML models to millions
https://fal.ai/docs
Apache License 2.0
509 stars 44 forks source link

fix(fal): inherit all exceptions from FalServerlessException #188

Closed efiop closed 5 months ago

efiop commented 5 months ago

This was a little bit more involved before cloudpickle migration, as you had to put @mainify everywhere. Now we can comfortably do that and leverage this in error handling (e.g. see us passing through our own exceptions).

linear[bot] commented 5 months ago

FEA-2353 better error messages, handle internal errors gracefully