I self host Appwrite and it takes ages to push an update to a single function since it has to recompile every function one by one.
Is it possible to make this faster by making it build several functions in parallel instead of sequentially?
TL;DR
Developers are experiencing slow function deployment in Appwrite due to sequential compilation. They are looking to see if functions can be built in parallel to speed up the process.