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(api): stop other servers if one exited #187

Closed efiop closed 5 months ago

efiop commented 5 months ago

gather doesn't cancel other tasks automatically, e.g. causing metrics server to keep running if user app failed to setup().

Caused by #31

efiop commented 5 months ago

For the record: timeout errors are unrelated.

Merging for now to have it operational in the upstream.