You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use after() instead of fire-and-forget in video webhook
On Vercel serverless, functions terminate after the response is sent.
The fire-and-forget pattern caused the pipeline to silently die after
setting audio_gen status. after() keeps the function alive.
0 commit comments