Open maybejustmaybe opened 3 years ago
Deploying a gcloud function is quite slow (~2 min). Currently, the deployment of functions is done in serial, so deployment is quickly going to become unbearably slow.
We either need to batch deploy functions or do the deployment in parallel.
Deploying a gcloud function is quite slow (~2 min). Currently, the deployment of functions is done in serial, so deployment is quickly going to become unbearably slow.
We either need to batch deploy functions or do the deployment in parallel.