feature request: public way to stop fal.run, fal.subscribe
Closed this issue · 2 comments
ZeroCho commented
First of all, I'm a big fan of fal.ai
and thank you for your service!
My question is that, is there a way to stop ongoing fal request using something like AbortController or something else?
I found your codes use AbortController to stop streaming, but it's private and only for streaming.
github Link
I want to stop fal.run
or fal.subscribe
using AbortController or something else.
It's okay that fal actually creates images whether stop is done or not, and I don't mind whether it's billable after stop.
I just want my server does not wait until fal gives me result after I stop fal request.
Thank you!