bedstuystrong / automation_prime

0 stars 5 forks source link

Speed up gcloud deployment #47

Open maybejustmaybe opened 3 years ago

maybejustmaybe commented 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.