supabase / edge-runtime

A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services.
MIT License
680 stars 62 forks source link

Deploy functions in parallel #396

Open alita-moore opened 3 months ago

alita-moore commented 3 months ago

Is your feature request related to a problem? Please describe. When I do supabase functions deploy it takes a long time to deploy all the functions

Describe the solution you'd like I'd like the option to have the supabase functions deploy deploy functions in parallel to speed things up

Describe alternatives you've considered I can write my own script to do this by deploying each function individually

Additional context N/A

sweatybridge commented 3 months ago

This is actually blocked on our platform api which doesn't support parallel deploy. We have a proposal to improve it but unfortunately there's no timeline I can share.