diff --git a/00_environment_setup.ipynb b/00_environment_setup.ipynb
index ef45403..4e562eb 100644
--- a/00_environment_setup.ipynb
+++ b/00_environment_setup.ipynb
@@ -9,7 +9,7 @@
},
"outputs": [],
"source": [
- "# Copyright 2022 Google LLC\n",
+ "# Copyright 2023 Google LLC\n",
"#\n",
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"# you may not use this file except in compliance with the License.\n",
@@ -30,7 +30,7 @@
"id": "fsv4jGuU89rX"
},
"source": [
- "# Fraudfinder - Environment Setup\n",
+ "# FraudFinder - Environment Setup\n",
"\n",
"
\n",
" \n",
@@ -60,7 +60,7 @@
"source": [
"## Overview\n",
"\n",
- "[Fraudfinder](https://github.com/googlecloudplatform/fraudfinder) is a series of labs on how to build a real-time fraud detection system on Google Cloud. Throughout the Fraudfinder labs, you will learn how to read historical bank transaction data stored in data warehouse, read from a live stream of new transactions, perform exploratory data analysis (EDA), do feature engineering, ingest features into a feature store, train a model using feature store, register your model in a model registry, evaluate your model, deploy your model to an endpoint, do real-time inference on your model with feature store, and monitor your model."
+ "[FraudFinder](https://github.com/googlecloudplatform/fraudfinder) is a series of labs on how to build a real-time fraud detection system on Google Cloud. Throughout the FraudFinder labs, you will learn how to read historical bank transaction data stored in data warehouse, read from a live stream of new transactions, perform exploratory data analysis (EDA), do feature engineering, ingest features into a feature store, train a model using feature store, register your model in a model registry, evaluate your model, deploy your model to an endpoint, do real-time inference on your model with feature store, and monitor your model."
]
},
{
diff --git a/01_exploratory_data_analysis.ipynb b/01_exploratory_data_analysis.ipynb
index 825eab1..c36887c 100644
--- a/01_exploratory_data_analysis.ipynb
+++ b/01_exploratory_data_analysis.ipynb
@@ -9,7 +9,7 @@
},
"outputs": [],
"source": [
- "# Copyright 2022 Google LLC\n",
+ "# Copyright 2023 Google LLC\n",
"#\n",
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"# you may not use this file except in compliance with the License.\n",
@@ -535,6 +535,13 @@
"\n",
"Now you can go to the next notebook `02_feature_engineering_batch.ipynb`"
]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {},
+ "outputs": [],
+ "source": []
}
],
"metadata": {
@@ -545,9 +552,9 @@
},
"environment": {
"kernel": "python3",
- "name": "common-cpu.m102",
+ "name": "common-cpu.m103",
"type": "gcloud",
- "uri": "gcr.io/deeplearning-platform-release/base-cpu:m102"
+ "uri": "gcr.io/deeplearning-platform-release/base-cpu:m103"
},
"kernelspec": {
"display_name": "Python 3",
diff --git a/02_feature_engineering_batch.ipynb b/02_feature_engineering_batch.ipynb
index 83ac215..91a1232 100644
--- a/02_feature_engineering_batch.ipynb
+++ b/02_feature_engineering_batch.ipynb
@@ -8,7 +8,7 @@
},
"outputs": [],
"source": [
- "# Copyright 2022 Google LLC\n",
+ "# Copyright 2023 Google LLC\n",
"#\n",
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"# you may not use this file except in compliance with the License.\n",
@@ -29,7 +29,7 @@
"id": "JAPoU8Sm5E6e"
},
"source": [
- "# Fraudfinder - Feature Engineering (batch)\n",
+ "# FraudFinder - Feature Engineering (batch)\n",
"\n",
"\n",
" \n",
@@ -59,7 +59,7 @@
"source": [
"## Overview\n",
"\n",
- "[Fraudfinder](https://github.com/googlecloudplatform/fraudfinder) is a series of labs on how to build a real-time fraud detection system on Google Cloud. Throughout the Fraudfinder labs, you will learn how to read historical bank transaction data stored in data warehouse, read from a live stream of new transactions, perform exploratory data analysis (EDA), do feature engineering, ingest features into a feature store, train a model using feature store, register your model in a model registry, evaluate your model, deploy your model to an endpoint, do real-time inference on your model with feature store, and monitor your model."
+ "[FraudFinder](https://github.com/googlecloudplatform/fraudfinder) is a series of labs on how to build a real-time fraud detection system on Google Cloud. Throughout the FraudFinder labs, you will learn how to read historical bank transaction data stored in data warehouse, read from a live stream of new transactions, perform exploratory data analysis (EDA), do feature engineering, ingest features into a feature store, train a model using feature store, register your model in a model registry, evaluate your model, deploy your model to an endpoint, do real-time inference on your model with feature store, and monitor your model."
]
},
{
@@ -1364,7 +1364,7 @@
"id": "4c5b719f3dcd"
},
"source": [
- "## (DO NOT RUN) Clean up"
+ "## Clean up"
]
},
{
diff --git a/03_feature_engineering_streaming.ipynb b/03_feature_engineering_streaming.ipynb
index 9694a6a..6950ea0 100644
--- a/03_feature_engineering_streaming.ipynb
+++ b/03_feature_engineering_streaming.ipynb
@@ -8,7 +8,7 @@
},
"outputs": [],
"source": [
- "# Copyright 2022 Google LLC\n",
+ "# Copyright 2023 Google LLC\n",
"#\n",
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"# you may not use this file except in compliance with the License.\n",
@@ -29,7 +29,7 @@
"id": "JAPoU8Sm5E6e"
},
"source": [
- "# Fraudfinder - Feature Engineering (streaming)\n",
+ "# FraudFinder - Feature Engineering (streaming)\n",
"\n",
"\n",
" \n",
@@ -59,7 +59,7 @@
"source": [
"## Overview\n",
"\n",
- "[Fraudfinder](https://github.com/googlecloudplatform/fraudfinder) is a series of labs on how to build a real-time fraud detection system on Google Cloud. Throughout the Fraudfinder labs, you will learn how to read historical bank transaction data stored in data warehouse, read from a live stream of new transactions, perform exploratory data analysis (EDA), do feature engineering, ingest features into a feature store, train a model using feature store, register your model in a model registry, evaluate your model, deploy your model to an endpoint, do real-time inference on your model with feature store, and monitor your model."
+ "[FraudFinder](https://github.com/googlecloudplatform/fraudfinder) is a series of labs on how to build a real-time fraud detection system on Google Cloud. Throughout the FraudFinder labs, you will learn how to read historical bank transaction data stored in data warehouse, read from a live stream of new transactions, perform exploratory data analysis (EDA), do feature engineering, ingest features into a feature store, train a model using feature store, register your model in a model registry, evaluate your model, deploy your model to an endpoint, do real-time inference on your model with feature store, and monitor your model."
]
},
{
@@ -282,7 +282,7 @@
"%%writefile -a {PYTHON_SCRIPT}\n",
"\n",
"# Pub/Sub variables\n",
- "SUBSCRIPTION_NAME = \"ff-tx-sub\"\n",
+ "SUBSCRIPTION_NAME = \"ff-tx-for-feat-eng-sub\"\n",
"SUBSCRIPTION_PATH = f\"projects/{PROJECT_ID}/subscriptions/{SUBSCRIPTION_NAME}\"\n",
"\n",
"# Dataflow variables\n",
@@ -348,7 +348,6 @@
" 'CUSTOMER_ID': element['CUSTOMER_ID'],\n",
" 'TERMINAL_ID': element['TERMINAL_ID'],\n",
" 'TX_AMOUNT': element['TX_AMOUNT'],\n",
- " 'TX_FRAUD': element['TX_FRAUD'],\n",
" 'CUSTOMER_ID_COMPOSITE_KEY': f\"{element['CUSTOMER_ID']}_{window_end_dt}\",\n",
" 'TERMINAL_ID_COMPOSITE_KEY': f\"{element['TERMINAL_ID']}_{window_end_dt}\",\n",
" 'TS_DIFF': window.end - timestamp\n",
@@ -738,13 +737,6 @@
"\n",
"Or else, if you want to explore Vertex ML pipeline, go here: `vertex_ai/04_experimentation.ipynb`"
]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": []
}
],
"metadata": {
diff --git a/README.md b/README.md
index ece28da..45153e3 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,7 @@ Please make sure that you have selected a Google Cloud project as shown below:
gcloud services enable iam.googleapis.com
gcloud pubsub subscriptions create "ff-tx-sub" --topic="ff-tx" --topic-project="cymbal-fraudfinder"
+ gcloud pubsub subscriptions create "ff-tx-for-feat-eng-sub" --topic="ff-tx" --topic-project="cymbal-fraudfinder"
gcloud pubsub subscriptions create "ff-txlabels-sub" --topic="ff-txlabels" --topic-project="cymbal-fraudfinder"
# Run the following command to grant the Compute Engine default service account access to read and write pipeline artifacts in Google Cloud Storage.
@@ -66,14 +67,20 @@ Please make sure that you have selected a Google Cloud project as shown below:
--member="serviceAccount:${PROJECT_NUM}-compute@developer.gserviceaccount.com"\
--role='roles/storage.admin'
gcloud projects add-iam-policy-binding $PROJECT_ID \
- --member="serviceAccount:${PROJECT_NUM}@cloudbuild.gserviceaccount.com"\
- --role='roles/aiplatform.admin'
+ --member="serviceAccount:${PROJECT_NUM}@cloudbuild.gserviceaccount.com"\
+ --role='roles/aiplatform.admin'
gcloud projects add-iam-policy-binding $PROJECT_ID \
- --member="serviceAccount:service-${PROJECT_NUM}@gcp-sa-aiplatform-cc.iam.gserviceaccount.com"\
- --role='roles/artifactregistry.writer'
+ --member="serviceAccount:$PROJECT_NUM-compute@developer.gserviceaccount.com"\
+ --role='roles/run.admin'
gcloud projects add-iam-policy-binding $PROJECT_ID \
- --member="serviceAccount:service-${PROJECT_NUM}@gcp-sa-aiplatform-cc.iam.gserviceaccount.com"\
- --role='roles/storage.objectAdmin'
+ --member="serviceAccount:$PROJECT_NUM-compute@developer.gserviceaccount.com"\
+ --role='roles/resourcemanager.projectIamAdmin'
+ gcloud projects add-iam-policy-binding $PROJECT_ID \
+ --member="serviceAccount:service-${PROJECT_NUM}@gcp-sa-aiplatform-cc.iam.gserviceaccount.com"\
+ --role='roles/artifactregistry.writer'
+ gcloud projects add-iam-policy-binding $PROJECT_ID \
+ --member="serviceAccount:service-${PROJECT_NUM}@gcp-sa-aiplatform-cc.iam.gserviceaccount.com"\
+ --role='roles/storage.objectAdmin'
```
#### Step 2: Create a User-Managed Notebook instance on Vertex AI Workbench
diff --git a/bqml/04_model_training_and_prediction.ipynb b/bqml/04_model_training_and_prediction.ipynb
index e3fc03e..4a330ef 100644
--- a/bqml/04_model_training_and_prediction.ipynb
+++ b/bqml/04_model_training_and_prediction.ipynb
@@ -8,7 +8,7 @@
},
"outputs": [],
"source": [
- "# Copyright 2022 Google LLC\n",
+ "# Copyright 2023 Google LLC\n",
"#\n",
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"# you may not use this file except in compliance with the License.\n",
@@ -29,7 +29,7 @@
"id": "JAPoU8Sm5E6e"
},
"source": [
- "# Fraudfinder - BigQuery ML - Model training and prediction\n",
+ "# FraudFinder - BigQuery ML - Model training and prediction\n",
"\n",
"\n",
" \n",
@@ -59,7 +59,7 @@
"source": [
"## Overview\n",
"\n",
- "[Fraudfinder](https://github.com/googlecloudplatform/fraudfinder) is a series of labs on how to build a real-time fraud detection system on Google Cloud. Throughout the Fraudfinder labs, you will learn how to read historical bank transaction data stored in data warehouse, read from a live stream of new transactions, perform exploratory data analysis (EDA), do feature engineering, ingest features into a feature store, train a model using feature store, register your model in a model registry, evaluate your model, deploy your model to an endpoint, do real-time inference on your model with feature store, and monitor your model."
+ "[FraudFinder](https://github.com/googlecloudplatform/fraudfinder) is a series of labs on how to build a real-time fraud detection system on Google Cloud. Throughout the FraudFinder labs, you will learn how to read historical bank transaction data stored in data warehouse, read from a live stream of new transactions, perform exploratory data analysis (EDA), do feature engineering, ingest features into a feature store, train a model using feature store, register your model in a model registry, evaluate your model, deploy your model to an endpoint, do real-time inference on your model with feature store, and monitor your model."
]
},
{
@@ -153,8 +153,10 @@
"outputs": [],
"source": [
"import pandas as pd\n",
+ "import json\n",
"\n",
"from datetime import datetime, timedelta\n",
+ "\n",
"from typing import Union\n",
"\n",
"from google.cloud import aiplatform as vertex_ai\n",
@@ -1021,96 +1023,54 @@
")\n",
"\n",
"for payload_input in messages:\n",
- " print(f\"The recieved payload from Pub/Sub is: {payload_input}\")\n",
- " print(f\"-----------------------------------------\")\n",
+ " print(f\"----The raw transaction from Pub/Sub----\")\n",
+ " print(json.dumps(payload_input, indent=4))\n",
+ " print(f\"----The input payload to the Vertex AI endpoint:----\")\n",
+ " \n",
" payload = {}\n",
" payload[\"tx_amount\"] = payload_input[\"TX_AMOUNT\"]\n",
- " # look up the customer featues from FS (wrttie by batch ingestion daily and by Dataflow in real-time)\n",
+ " \n",
+ " # look up the customer features from feature store (written by batch ingestion daily and by Dataflow in real-time)\n",
" customer_features = features_lookup(\n",
" ff_feature_store, \"customer\", [payload_input[\"CUSTOMER_ID\"]]\n",
" )\n",
- " payload[\"customer_id_nb_tx_1day_window\"] = customer_features[\n",
- " \"customer_id_nb_tx_1day_window\"\n",
- " ]\n",
- " payload[\"customer_id_nb_tx_7day_window\"] = customer_features[\n",
- " \"customer_id_nb_tx_7day_window\"\n",
- " ]\n",
- " payload[\"customer_id_nb_tx_14day_window\"] = customer_features[\n",
- " \"customer_id_nb_tx_14day_window\"\n",
- " ]\n",
- " payload[\"customer_id_avg_amount_1day_window\"] = customer_features[\n",
- " \"customer_id_avg_amount_1day_window\"\n",
- " ]\n",
- " payload[\"customer_id_avg_amount_7day_window\"] = customer_features[\n",
- " \"customer_id_avg_amount_7day_window\"\n",
- " ]\n",
- " payload[\"customer_id_avg_amount_14day_window\"] = customer_features[\n",
- " \"customer_id_avg_amount_14day_window\"\n",
- " ]\n",
- " payload[\"customer_id_nb_tx_15min_window\"] = customer_features[\n",
- " \"customer_id_nb_tx_15min_window\"\n",
- " ]\n",
- " payload[\"customer_id_avg_amount_15min_window\"] = customer_features[\n",
- " \"customer_id_avg_amount_15min_window\"\n",
- " ]\n",
- " payload[\"customer_id_nb_tx_30min_window\"] = customer_features[\n",
- " \"customer_id_nb_tx_30min_window\"\n",
- " ]\n",
- " payload[\"customer_id_avg_amount_30min_window\"] = customer_features[\n",
- " \"customer_id_avg_amount_30min_window\"\n",
- " ]\n",
- " payload[\"customer_id_nb_tx_60min_window\"] = customer_features[\n",
- " \"customer_id_nb_tx_60min_window\"\n",
- " ]\n",
- " payload[\"customer_id_avg_amount_60min_window\"] = customer_features[\n",
- " \"customer_id_avg_amount_60min_window\"\n",
- " ]\n",
- " # look up the terminal featues from FS (wrttie by batch ingestion daily and by Dataflow in real-time)\n",
+ " payload[\"customer_id_nb_tx_1day_window\"] = customer_features[\"customer_id_nb_tx_1day_window\"]\n",
+ " payload[\"customer_id_nb_tx_7day_window\"] = customer_features[\"customer_id_nb_tx_7day_window\"]\n",
+ " payload[\"customer_id_nb_tx_14day_window\"] = customer_features[\"customer_id_nb_tx_14day_window\"]\n",
+ " payload[\"customer_id_avg_amount_1day_window\"] = customer_features[\"customer_id_avg_amount_1day_window\"]\n",
+ " payload[\"customer_id_avg_amount_7day_window\"] = customer_features[\"customer_id_avg_amount_7day_window\"]\n",
+ " payload[\"customer_id_avg_amount_14day_window\"] = customer_features[\"customer_id_avg_amount_14day_window\"]\n",
+ " payload[\"customer_id_nb_tx_15min_window\"] = customer_features[\"customer_id_nb_tx_15min_window\"]\n",
+ " payload[\"customer_id_avg_amount_15min_window\"] = customer_features[\"customer_id_avg_amount_15min_window\"]\n",
+ " payload[\"customer_id_nb_tx_30min_window\"] = customer_features[\"customer_id_nb_tx_30min_window\"]\n",
+ " payload[\"customer_id_avg_amount_30min_window\"] = customer_features[\"customer_id_avg_amount_30min_window\"]\n",
+ " payload[\"customer_id_nb_tx_60min_window\"] = customer_features[\"customer_id_nb_tx_60min_window\"]\n",
+ " payload[\"customer_id_avg_amount_60min_window\"] = customer_features[\"customer_id_avg_amount_60min_window\"]\n",
+ "\n",
+ " # look up the terminal features from feature store (written by batch ingestion daily and by Dataflow in real-time)\n",
" terminal_features = features_lookup(\n",
" ff_feature_store, \"terminal\", [payload_input[\"TERMINAL_ID\"]]\n",
" )\n",
- " payload[\"terminal_id_nb_tx_1day_window\"] = terminal_features[\n",
- " \"terminal_id_nb_tx_1day_window\"\n",
- " ]\n",
- " payload[\"terminal_id_nb_tx_7day_window\"] = terminal_features[\n",
- " \"terminal_id_nb_tx_7day_window\"\n",
- " ]\n",
- " payload[\"terminal_id_nb_tx_14day_window\"] = terminal_features[\n",
- " \"terminal_id_nb_tx_14day_window\"\n",
- " ]\n",
- " payload[\"terminal_id_risk_1day_window\"] = terminal_features[\n",
- " \"terminal_id_risk_1day_window\"\n",
- " ]\n",
- " payload[\"terminal_id_risk_7day_window\"] = terminal_features[\n",
- " \"terminal_id_risk_7day_window\"\n",
- " ]\n",
- " payload[\"terminal_id_risk_14day_window\"] = terminal_features[\n",
- " \"terminal_id_risk_14day_window\"\n",
- " ]\n",
- " payload[\"terminal_id_nb_tx_15min_window\"] = terminal_features[\n",
- " \"terminal_id_nb_tx_15min_window\"\n",
- " ]\n",
- " payload[\"terminal_id_avg_amount_15min_window\"] = terminal_features[\n",
- " \"terminal_id_avg_amount_15min_window\"\n",
- " ]\n",
- " payload[\"terminal_id_nb_tx_30min_window\"] = terminal_features[\n",
- " \"terminal_id_nb_tx_30min_window\"\n",
- " ]\n",
- " payload[\"terminal_id_avg_amount_30min_window\"] = terminal_features[\n",
- " \"terminal_id_avg_amount_30min_window\"\n",
- " ]\n",
- " payload[\"terminal_id_nb_tx_60min_window\"] = terminal_features[\n",
- " \"terminal_id_nb_tx_60min_window\"\n",
- " ]\n",
- " payload[\"terminal_id_avg_amount_60min_window\"] = terminal_features[\n",
- " \"terminal_id_avg_amount_60min_window\"\n",
- " ]\n",
+ " \n",
+ " payload[\"terminal_id_nb_tx_1day_window\"] = terminal_features[\"terminal_id_nb_tx_1day_window\"]\n",
+ " payload[\"terminal_id_nb_tx_7day_window\"] = terminal_features[\"terminal_id_nb_tx_7day_window\"]\n",
+ " payload[\"terminal_id_nb_tx_14day_window\"] = terminal_features[\"terminal_id_nb_tx_14day_window\"]\n",
+ " payload[\"terminal_id_risk_1day_window\"] = terminal_features[\"terminal_id_risk_1day_window\"]\n",
+ " payload[\"terminal_id_risk_7day_window\"] = terminal_features[\"terminal_id_risk_7day_window\"]\n",
+ " payload[\"terminal_id_risk_14day_window\"] = terminal_features[\"terminal_id_risk_14day_window\"]\n",
+ " payload[\"terminal_id_nb_tx_15min_window\"] = terminal_features[\"terminal_id_nb_tx_15min_window\"]\n",
+ " payload[\"terminal_id_avg_amount_15min_window\"] = terminal_features[\"terminal_id_avg_amount_15min_window\"]\n",
+ " payload[\"terminal_id_nb_tx_30min_window\"] = terminal_features[\"terminal_id_nb_tx_30min_window\"]\n",
+ " payload[\"terminal_id_avg_amount_30min_window\"] = terminal_features[\"terminal_id_avg_amount_30min_window\"]\n",
+ " payload[\"terminal_id_nb_tx_60min_window\"] = terminal_features[\"terminal_id_nb_tx_60min_window\"]\n",
+ " payload[\"terminal_id_avg_amount_60min_window\"] = terminal_features[\"terminal_id_avg_amount_60min_window\"]\n",
" payload = preprocess(payload)\n",
- " print(f\"The input payload to the Vertex AI endpoint: {payload}\")\n",
- " print(f\"-----------------------------------------\")\n",
+ " \n",
+ " print(json.dumps(payload, indent=4))\n",
+ " print(f\"----The prediction result:----\")\n",
"\n",
" result = endpoint.predict(instances=[payload])\n",
- " print(f\"The prediction result: {result}\")\n",
+ " print(json.dumps(result, indent=4))\n",
" print(f\"===============================================================\")"
]
},
diff --git a/bqml/05_model_training_pipeline_formalization.ipynb b/bqml/05_model_training_pipeline_formalization.ipynb
index 45f4b7c..b541c1f 100644
--- a/bqml/05_model_training_pipeline_formalization.ipynb
+++ b/bqml/05_model_training_pipeline_formalization.ipynb
@@ -8,7 +8,7 @@
},
"outputs": [],
"source": [
- "# Copyright 2022 Google LLC\n",
+ "# Copyright 2023 Google LLC\n",
"#\n",
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"# you may not use this file except in compliance with the License.\n",
@@ -79,7 +79,7 @@
"\n",
"The steps performed include:\n",
"- Build a custom component for the Pipeline. \n",
- "- Using KFP DSL to build an end-to-end pipeline\n",
+ "- Using Kubeflow Pipeline (KFP) DSL to build an end-to-end pipeline\n",
"- Compile the Pipeline\n",
"- Submit and execute the pipeline\n",
"\n",
diff --git a/bqml/06_model_deployment.ipynb b/bqml/06_model_deployment.ipynb
index 138d3d2..b1dd348 100644
--- a/bqml/06_model_deployment.ipynb
+++ b/bqml/06_model_deployment.ipynb
@@ -8,7 +8,7 @@
},
"outputs": [],
"source": [
- "# Copyright 2022 Google LLC\n",
+ "# Copyright 2023 Google LLC\n",
"#\n",
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"# you may not use this file except in compliance with the License.\n",
@@ -59,7 +59,7 @@
"source": [
"## Overview\n",
"\n",
- "[Fraudfinder](https://github.com/googlecloudplatform/fraudfinder) is a series of labs on how to build a real-time fraud detection system on Google Cloud. Throughout the Fraudfinder labs, you will learn how to read historical bank transaction data stored in data warehouse, read from a live stream of new transactions, perform exploratory data analysis (EDA), do feature engineering, ingest features into a feature store, train a model using feature store, register your model in a model registry, evaluate your model, deploy your model to an endpoint, do real-time inference on your model with feature store, and monitor your model.\n",
+ "[FraudFinder](https://github.com/googlecloudplatform/fraudfinder) is a series of labs on how to build a real-time fraud detection system on Google Cloud. Throughout the FraudFinder labs, you will learn how to read historical bank transaction data stored in data warehouse, read from a live stream of new transactions, perform exploratory data analysis (EDA), do feature engineering, ingest features into a feature store, train a model using feature store, register your model in a model registry, evaluate your model, deploy your model to an endpoint, do real-time inference on your model with feature store, and monitor your model.\n",
"\n",
"### Objective\n",
"\n",
@@ -291,7 +291,7 @@
"metadata": {},
"outputs": [],
"source": [
- "model = vertex_ai.Model.list(filter=f\"display_name=bqml_fraud_classifier_pipeline\")[-1]"
+ "model = vertex_ai.Model.list(filter=f\"display_name=bqml_fraud_classifier\")[-1]"
]
},
{
@@ -354,7 +354,7 @@
"metadata": {},
"outputs": [],
"source": [
- "USER_EMAILS = ['inardini@google.com'] #'recipient1@domain.com', 'recipient2@domain.com'\n",
+ "USER_EMAILS = ['recipient1@domain.com'] #'recipient1@domain.com', 'recipient2@domain.com'\n",
"alert_config = model_monitoring.EmailAlertConfig(USER_EMAILS, enable_logging=True)"
]
},
diff --git a/bqml/07_model_inference.ipynb b/bqml/07_model_inference.ipynb
index 6cb946e..d61867b 100644
--- a/bqml/07_model_inference.ipynb
+++ b/bqml/07_model_inference.ipynb
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
- "execution_count": 1,
+ "execution_count": null,
"id": "3aa560ef-ebcb-4de6-88e7-5dee8f1d8f9e",
"metadata": {
"id": "ur8xi4C7S06n",
@@ -10,7 +10,7 @@
},
"outputs": [],
"source": [
- "# Copyright 2022 Google LLC\n",
+ "# Copyright 2023 Google LLC\n",
"#\n",
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"# you may not use this file except in compliance with the License.\n",
@@ -62,7 +62,7 @@
"source": [
"## Overview\n",
"\n",
- "[Fraudfinder](https://github.com/googlecloudplatform/fraudfinder) is a series of labs on how to build a real-time fraud detection system on Google Cloud. Throughout the Fraudfinder labs, you will learn how to read historical bank transaction data stored in data warehouse, read from a live stream of new transactions, perform exploratory data analysis (EDA), do feature engineering, ingest features into a feature store, train a model using feature store, register your model in a model registry, evaluate your model, deploy your model to an endpoint, do real-time inference on your model with feature store, and monitor your model."
+ "[FraudFinder](https://github.com/googlecloudplatform/fraudfinder) is a series of labs on how to build a real-time fraud detection system on Google Cloud. Throughout the FraudFinder labs, you will learn how to read historical bank transaction data stored in data warehouse, read from a live stream of new transactions, perform exploratory data analysis (EDA), do feature engineering, ingest features into a feature store, train a model using feature store, register your model in a model registry, evaluate your model, deploy your model to an endpoint, do real-time inference on your model with feature store, and monitor your model."
]
},
{
@@ -103,29 +103,12 @@
},
{
"cell_type": "code",
- "execution_count": 2,
+ "execution_count": null,
"id": "125f883f-eebc-4607-8009-6cc34a2d7c1e",
"metadata": {
"id": "gCuSR8GkAgzl"
},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "\n",
- "BUCKET_NAME = \"thuya-fraud-finder-377713-fraudfinder\"\n",
- "PROJECT = \"thuya-fraud-finder-377713\"\n",
- "REGION = \"us-central1\"\n",
- "ID = \"kcbm1\"\n",
- "FEATURESTORE_ID = \"fraudfinder_kcbm1\"\n",
- "MODEL_NAME = \"ff_model\"\n",
- "ENDPOINT_NAME = \"ff_model_endpoint\"\n",
- "TRAINING_DS_SIZE = \"1000\"\n",
- "\n"
- ]
- }
- ],
+ "outputs": [],
"source": [
"GCP_PROJECTS = !gcloud config get-value project\n",
"PROJECT_ID = GCP_PROJECTS[0]\n",
@@ -145,7 +128,7 @@
},
{
"cell_type": "code",
- "execution_count": 3,
+ "execution_count": null,
"id": "e9c32029-7664-442c-a58b-93f30ecc39d3",
"metadata": {},
"outputs": [],
@@ -189,7 +172,7 @@
},
{
"cell_type": "code",
- "execution_count": 4,
+ "execution_count": null,
"id": "fbe4b059-0018-4466-8bc0-8482e70ee21c",
"metadata": {
"id": "2b4ef9b72d43"
@@ -216,7 +199,7 @@
},
{
"cell_type": "code",
- "execution_count": 5,
+ "execution_count": null,
"id": "df2729ca-f3b0-43e1-b30c-e9daa26a592f",
"metadata": {
"id": "init_aip:mbsdk,all"
@@ -263,277 +246,12 @@
},
{
"cell_type": "code",
- "execution_count": 6,
+ "execution_count": null,
"id": "31f6213f-195e-4e27-bf6d-6db48d7064ac",
"metadata": {
"tags": []
},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "Creating temporary tarball archive of 3 file(s) totalling 9.5 KiB before compression.\n",
- "Uploading tarball of [../scripts/cloud_run_model_inference] to [gs://thuya-fraud-finder-377713_cloudbuild/source/1676339730.976993-e229b9369e094bb7a5c5fa255d7e246e.tgz]\n",
- "Created [https://cloudbuild.googleapis.com/v1/projects/thuya-fraud-finder-377713/locations/global/builds/c486e960-b4aa-4dbc-86f9-f1b9cd4de0b2].\n",
- "Logs are available at [ https://console.cloud.google.com/cloud-build/builds/c486e960-b4aa-4dbc-86f9-f1b9cd4de0b2?project=247641095851 ].\n",
- "----------------------------- REMOTE BUILD OUTPUT ------------------------------\n",
- "starting build \"c486e960-b4aa-4dbc-86f9-f1b9cd4de0b2\"\n",
- "\n",
- "FETCHSOURCE\n",
- "Fetching storage object: gs://thuya-fraud-finder-377713_cloudbuild/source/1676339730.976993-e229b9369e094bb7a5c5fa255d7e246e.tgz#1676339732083738\n",
- "Copying gs://thuya-fraud-finder-377713_cloudbuild/source/1676339730.976993-e229b9369e094bb7a5c5fa255d7e246e.tgz#1676339732083738...\n",
- "/ [1 files][ 2.8 KiB/ 2.8 KiB] \n",
- "Operation completed over 1 objects/2.8 KiB.\n",
- "BUILD\n",
- "Already have image (with digest): gcr.io/cloud-builders/docker\n",
- "Sending build context to Docker daemon 13.31kB\n",
- "Step 1/8 : FROM python:3.10\n",
- "3.10: Pulling from library/python\n",
- "1e4aec178e08: Pulling fs layer\n",
- "6c1024729fee: Pulling fs layer\n",
- "c3aa11fbc85a: Pulling fs layer\n",
- "aa54add66b3a: Pulling fs layer\n",
- "9e3a60c2bce7: Pulling fs layer\n",
- "3b2123ce9d0d: Pulling fs layer\n",
- "663f76eb1ef6: Pulling fs layer\n",
- "13593c418669: Pulling fs layer\n",
- "0b33fd811e1d: Pulling fs layer\n",
- "aa54add66b3a: Waiting\n",
- "9e3a60c2bce7: Waiting\n",
- "3b2123ce9d0d: Waiting\n",
- "13593c418669: Waiting\n",
- "663f76eb1ef6: Waiting\n",
- "0b33fd811e1d: Waiting\n",
- "6c1024729fee: Verifying Checksum\n",
- "6c1024729fee: Download complete\n",
- "c3aa11fbc85a: Verifying Checksum\n",
- "c3aa11fbc85a: Download complete\n",
- "1e4aec178e08: Verifying Checksum\n",
- "1e4aec178e08: Download complete\n",
- "aa54add66b3a: Verifying Checksum\n",
- "aa54add66b3a: Download complete\n",
- "3b2123ce9d0d: Verifying Checksum\n",
- "3b2123ce9d0d: Download complete\n",
- "13593c418669: Verifying Checksum\n",
- "13593c418669: Download complete\n",
- "663f76eb1ef6: Verifying Checksum\n",
- "663f76eb1ef6: Download complete\n",
- "0b33fd811e1d: Verifying Checksum\n",
- "0b33fd811e1d: Download complete\n",
- "9e3a60c2bce7: Verifying Checksum\n",
- "9e3a60c2bce7: Download complete\n",
- "1e4aec178e08: Pull complete\n",
- "6c1024729fee: Pull complete\n",
- "c3aa11fbc85a: Pull complete\n",
- "aa54add66b3a: Pull complete\n",
- "9e3a60c2bce7: Pull complete\n",
- "3b2123ce9d0d: Pull complete\n",
- "663f76eb1ef6: Pull complete\n",
- "13593c418669: Pull complete\n",
- "0b33fd811e1d: Pull complete\n",
- "Digest: sha256:3d2eaaa9f043eeb8b3efc40dbdaf481e8852f50585127fe29627b038415c93c3\n",
- "Status: Downloaded newer image for python:3.10\n",
- " ---> e7d797693270\n",
- "Step 2/8 : ENV PYTHONUNBUFFERED True\n",
- " ---> Running in bae6566260c7\n",
- "Removing intermediate container bae6566260c7\n",
- " ---> 64bfe1ab7e51\n",
- "Step 3/8 : COPY requirements.txt ./\n",
- " ---> 8f0966ec5016\n",
- "Step 4/8 : RUN pip install -r requirements.txt\n",
- " ---> Running in 82ec7952338e\n",
- "Collecting Flask==2.1.0\n",
- " Downloading Flask-2.1.0-py3-none-any.whl (95 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 4.0 MB/s eta 0:00:00\n",
- "Collecting gunicorn==20.1.0\n",
- " Downloading gunicorn-20.1.0-py3-none-any.whl (79 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 9.9 MB/s eta 0:00:00\n",
- "Collecting google-api-python-client<2,>=1.7.8\n",
- " Downloading google_api_python_client-1.12.11-py2.py3-none-any.whl (62 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.1/62.1 kB 10.8 MB/s eta 0:00:00\n",
- "Collecting google-cloud-aiplatform\n",
- " Downloading google_cloud_aiplatform-1.21.0-py2.py3-none-any.whl (2.3 MB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 43.1 MB/s eta 0:00:00\n",
- "Collecting google-cloud-pubsub\n",
- " Downloading google_cloud_pubsub-2.14.1-py2.py3-none-any.whl (242 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.2/242.2 kB 33.6 MB/s eta 0:00:00\n",
- "Collecting pandas\n",
- " Downloading pandas-1.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.1/12.1 MB 46.6 MB/s eta 0:00:00\n",
- "Collecting Jinja2>=3.0\n",
- " Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 22.9 MB/s eta 0:00:00\n",
- "Collecting Werkzeug>=2.0\n",
- " Downloading Werkzeug-2.2.2-py3-none-any.whl (232 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.7/232.7 kB 34.0 MB/s eta 0:00:00\n",
- "Collecting itsdangerous>=2.0\n",
- " Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)\n",
- "Collecting click>=8.0\n",
- " Downloading click-8.1.3-py3-none-any.whl (96 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 17.6 MB/s eta 0:00:00\n",
- "Requirement already satisfied: setuptools>=3.0 in /usr/local/lib/python3.10/site-packages (from gunicorn==20.1.0->-r requirements.txt (line 2)) (65.5.1)\n",
- "Collecting six<2dev,>=1.13.0\n",
- " Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)\n",
- "Collecting google-auth-httplib2>=0.0.3\n",
- " Downloading google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB)\n",
- "Collecting uritemplate<4dev,>=3.0.0\n",
- " Downloading uritemplate-3.0.1-py2.py3-none-any.whl (15 kB)\n",
- "Collecting google-auth<3dev,>=1.16.0\n",
- " Downloading google_auth-2.16.0-py2.py3-none-any.whl (177 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.8/177.8 kB 26.9 MB/s eta 0:00:00\n",
- "Collecting httplib2<1dev,>=0.15.0\n",
- " Downloading httplib2-0.21.0-py3-none-any.whl (96 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.8/96.8 kB 17.5 MB/s eta 0:00:00\n",
- "Collecting google-api-core<3dev,>=1.21.0\n",
- " Downloading google_api_core-2.11.0-py3-none-any.whl (120 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.3/120.3 kB 19.8 MB/s eta 0:00:00\n",
- "Collecting shapely<2.0.0\n",
- " Downloading Shapely-1.8.5.post1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.0 MB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 81.0 MB/s eta 0:00:00\n",
- "Collecting google-cloud-bigquery<4.0.0dev,>=1.15.0\n",
- " Downloading google_cloud_bigquery-3.5.0-py2.py3-none-any.whl (215 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.2/215.2 kB 31.8 MB/s eta 0:00:00\n",
- "Collecting google-cloud-storage<3.0.0dev,>=1.32.0\n",
- " Downloading google_cloud_storage-2.7.0-py2.py3-none-any.whl (110 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.2/110.2 kB 19.1 MB/s eta 0:00:00\n",
- "Collecting proto-plus<2.0.0dev,>=1.22.0\n",
- " Downloading proto_plus-1.22.2-py3-none-any.whl (47 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.9/47.9 kB 8.5 MB/s eta 0:00:00\n",
- "Collecting protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5\n",
- " Downloading protobuf-4.21.12-cp37-abi3-manylinux2014_x86_64.whl (409 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 409.8/409.8 kB 44.3 MB/s eta 0:00:00\n",
- "Collecting google-cloud-resource-manager<3.0.0dev,>=1.3.3\n",
- " Downloading google_cloud_resource_manager-1.8.1-py2.py3-none-any.whl (235 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 235.7/235.7 kB 30.0 MB/s eta 0:00:00\n",
- "Collecting packaging<22.0.0dev,>=14.3\n",
- " Downloading packaging-21.3-py3-none-any.whl (40 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 kB 6.8 MB/s eta 0:00:00\n",
- "Collecting grpcio<2.0dev,>=1.38.1\n",
- " Downloading grpcio-1.51.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.8/4.8 MB 48.6 MB/s eta 0:00:00\n",
- "Collecting grpcio-status>=1.33.2\n",
- " Downloading grpcio_status-1.51.1-py3-none-any.whl (5.1 kB)\n",
- "Collecting grpc-google-iam-v1<1.0.0dev,>=0.12.4\n",
- " Downloading grpc_google_iam_v1-0.12.6-py2.py3-none-any.whl (26 kB)\n",
- "Collecting pytz>=2020.1\n",
- " Downloading pytz-2022.7.1-py2.py3-none-any.whl (499 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 499.4/499.4 kB 46.9 MB/s eta 0:00:00\n",
- "Collecting python-dateutil>=2.8.1\n",
- " Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 35.6 MB/s eta 0:00:00\n",
- "Collecting numpy>=1.21.0\n",
- " Downloading numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 38.3 MB/s eta 0:00:00\n",
- "Collecting googleapis-common-protos<2.0dev,>=1.56.2\n",
- " Downloading googleapis_common_protos-1.58.0-py2.py3-none-any.whl (223 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 223.0/223.0 kB 31.1 MB/s eta 0:00:00\n",
- "Collecting requests<3.0.0dev,>=2.18.0\n",
- " Downloading requests-2.28.2-py3-none-any.whl (62 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 11.9 MB/s eta 0:00:00\n",
- "Collecting rsa<5,>=3.1.4\n",
- " Downloading rsa-4.9-py3-none-any.whl (34 kB)\n",
- "Collecting cachetools<6.0,>=2.0.0\n",
- " Downloading cachetools-5.3.0-py3-none-any.whl (9.3 kB)\n",
- "Collecting pyasn1-modules>=0.2.1\n",
- " Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 25.3 MB/s eta 0:00:00\n",
- "Collecting google-resumable-media<3.0dev,>=0.6.0\n",
- " Downloading google_resumable_media-2.4.1-py2.py3-none-any.whl (77 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.7/77.7 kB 13.9 MB/s eta 0:00:00\n",
- "Collecting google-cloud-core<3.0.0dev,>=1.4.1\n",
- " Downloading google_cloud_core-2.3.2-py2.py3-none-any.whl (29 kB)\n",
- "Collecting pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2\n",
- " Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 15.4 MB/s eta 0:00:00\n",
- "Collecting MarkupSafe>=2.0\n",
- " Downloading MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)\n",
- "Collecting google-crc32c<2.0dev,>=1.0\n",
- " Downloading google_crc32c-1.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32 kB)\n",
- "Collecting pyasn1<0.5.0,>=0.4.6\n",
- " Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB 13.4 MB/s eta 0:00:00\n",
- "Collecting certifi>=2017.4.17\n",
- " Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 24.0 MB/s eta 0:00:00\n",
- "Collecting idna<4,>=2.5\n",
- " Downloading idna-3.4-py3-none-any.whl (61 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 9.9 MB/s eta 0:00:00\n",
- "Collecting charset-normalizer<4,>=2\n",
- " Downloading charset_normalizer-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (198 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.8/198.8 kB 30.2 MB/s eta 0:00:00\n",
- "Collecting urllib3<1.27,>=1.21.1\n",
- " Downloading urllib3-1.26.14-py2.py3-none-any.whl (140 kB)\n",
- " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 kB 23.4 MB/s eta 0:00:00\n",
- "Installing collected packages: pytz, pyasn1, charset-normalizer, urllib3, uritemplate, six, shapely, rsa, pyparsing, pyasn1-modules, protobuf, numpy, MarkupSafe, itsdangerous, idna, gunicorn, grpcio, google-crc32c, click, certifi, cachetools, Werkzeug, requests, python-dateutil, proto-plus, packaging, Jinja2, httplib2, googleapis-common-protos, google-resumable-media, google-auth, pandas, grpcio-status, google-auth-httplib2, google-api-core, Flask, grpc-google-iam-v1, google-cloud-core, google-api-python-client, google-cloud-storage, google-cloud-resource-manager, google-cloud-pubsub, google-cloud-bigquery, google-cloud-aiplatform\n",
- "Successfully installed Flask-2.1.0 Jinja2-3.1.2 MarkupSafe-2.1.2 Werkzeug-2.2.2 cachetools-5.3.0 certifi-2022.12.7 charset-normalizer-3.0.1 click-8.1.3 google-api-core-2.11.0 google-api-python-client-1.12.11 google-auth-2.16.0 google-auth-httplib2-0.1.0 google-cloud-aiplatform-1.21.0 google-cloud-bigquery-3.5.0 google-cloud-core-2.3.2 google-cloud-pubsub-2.14.1 google-cloud-resource-manager-1.8.1 google-cloud-storage-2.7.0 google-crc32c-1.5.0 google-resumable-media-2.4.1 googleapis-common-protos-1.58.0 grpc-google-iam-v1-0.12.6 grpcio-1.51.1 grpcio-status-1.51.1 gunicorn-20.1.0 httplib2-0.21.0 idna-3.4 itsdangerous-2.1.2 numpy-1.24.2 packaging-21.3 pandas-1.5.3 proto-plus-1.22.2 protobuf-4.21.12 pyasn1-0.4.8 pyasn1-modules-0.2.8 pyparsing-3.0.9 python-dateutil-2.8.2 pytz-2022.7.1 requests-2.28.2 rsa-4.9 shapely-1.8.5.post1 six-1.16.0 uritemplate-3.0.1 urllib3-1.26.14\n",
- "\u001b[91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv\n",
- "\u001b[0m\u001b[91m\n",
- "[notice] A new release of pip available: 22.3.1 -> 23.0\n",
- "[notice] To update, run: pip install --upgrade pip\n",
- "\u001b[0mRemoving intermediate container 82ec7952338e\n",
- " ---> 6ecf4eed0a42\n",
- "Step 5/8 : ENV APP_HOME /app\n",
- " ---> Running in 8c2cbafd8d6b\n",
- "Removing intermediate container 8c2cbafd8d6b\n",
- " ---> d9ecc76443b8\n",
- "Step 6/8 : WORKDIR $APP_HOME\n",
- " ---> Running in 1fa95a674e7e\n",
- "Removing intermediate container 1fa95a674e7e\n",
- " ---> 8f79bba380d7\n",
- "Step 7/8 : COPY . ./\n",
- " ---> 8c7b1101917b\n",
- "Step 8/8 : CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 main:app\n",
- " ---> Running in 34993afc3b63\n",
- "Removing intermediate container 34993afc3b63\n",
- " ---> 8dae5633fbff\n",
- "Successfully built 8dae5633fbff\n",
- "Successfully tagged gcr.io/thuya-fraud-finder-377713/cloud_run_model_inference:latest\n",
- "PUSH\n",
- "Pushing gcr.io/thuya-fraud-finder-377713/cloud_run_model_inference\n",
- "The push refers to repository [gcr.io/thuya-fraud-finder-377713/cloud_run_model_inference]\n",
- "6d34807b6f79: Preparing\n",
- "5ca4af02d01f: Preparing\n",
- "0f092eca545a: Preparing\n",
- "5de3291fcf4d: Preparing\n",
- "8243d6a3557a: Preparing\n",
- "94058978c148: Preparing\n",
- "1b45dbbd13b7: Preparing\n",
- "17efc79ac0fe: Preparing\n",
- "0b6859e9fff1: Preparing\n",
- "11829b3be9c0: Preparing\n",
- "dc8e1d8b53e9: Preparing\n",
- "9d49e0bc68a4: Preparing\n",
- "8e396a1aad50: Preparing\n",
- "17efc79ac0fe: Waiting\n",
- "0b6859e9fff1: Waiting\n",
- "11829b3be9c0: Waiting\n",
- "dc8e1d8b53e9: Waiting\n",
- "9d49e0bc68a4: Waiting\n",
- "8e396a1aad50: Waiting\n",
- "94058978c148: Waiting\n",
- "1b45dbbd13b7: Waiting\n",
- "8243d6a3557a: Layer already exists\n",
- "94058978c148: Layer already exists\n",
- "1b45dbbd13b7: Layer already exists\n",
- "17efc79ac0fe: Layer already exists\n",
- "0b6859e9fff1: Layer already exists\n",
- "6d34807b6f79: Pushed\n",
- "5ca4af02d01f: Pushed\n",
- "5de3291fcf4d: Pushed\n",
- "dc8e1d8b53e9: Layer already exists\n",
- "9d49e0bc68a4: Layer already exists\n",
- "11829b3be9c0: Layer already exists\n",
- "8e396a1aad50: Layer already exists\n",
- "0f092eca545a: Pushed\n",
- "latest: digest: sha256:72f0aa4a19ae1c6da2eadf0dd6d33daa46a9c5ee31c5de264afca089971d4f36 size: 3054\n",
- "DONE\n",
- "--------------------------------------------------------------------------------\n",
- "ID CREATE_TIME DURATION SOURCE IMAGES STATUS\n",
- "c486e960-b4aa-4dbc-86f9-f1b9cd4de0b2 2023-02-14T01:55:32+00:00 1M22S gs://thuya-fraud-finder-377713_cloudbuild/source/1676339730.976993-e229b9369e094bb7a5c5fa255d7e246e.tgz gcr.io/thuya-fraud-finder-377713/cloud_run_model_inference (+1 more) SUCCESS\n"
- ]
- }
- ],
+ "outputs": [],
"source": [
"!gcloud builds submit ../scripts/cloud_run_model_inference --tag gcr.io/$PROJECT_ID/cloud_run_model_inference --quiet"
]
@@ -552,24 +270,17 @@
},
{
"cell_type": "code",
- "execution_count": 7,
+ "execution_count": null,
"id": "a9aa8e82-0b39-4f40-a059-ef8d056a13de",
"metadata": {},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "4401833229150060544\n"
- ]
- }
- ],
+ "outputs": [],
"source": [
"# Retrieve your Vertex AI endpoint name\n",
"endpoints = vertex_ai.Endpoint.list(\n",
- " filter=f'display_name={ENDPOINT_NAME}', # optional: filter by specific endpoint name\n",
+ " filter=f\"display_name={ENDPOINT_NAME}_monitored\", # optional: filter by specific endpoint name\n",
" order_by=\"update_time\"\n",
")\n",
+ "\n",
"ENDPOINT_ID = endpoints[-1].name\n",
"print(ENDPOINT_ID)"
]
@@ -587,5121 +298,12 @@
},
{
"cell_type": "code",
- "execution_count": 8,
+ "execution_count": null,
"id": "df81ca0c-b11e-46e1-8b5e-2243732ab9dd",
"metadata": {
"tags": []
},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "Deploying container to Cloud Run service [\u001b[1mcloud-run-model-inference-app\u001b[m] in project [\u001b[1mthuya-fraud-finder-377713\u001b[m] region [\u001b[1mus-central1\u001b[m]\n",
- "Deploying new service... \n",
- " . Creating Revision... \n",
- " . Routing traffic... \n",
- " Deploying new service... \n",
- "\n",
- "\n",
- "⠛ Deploying new service... \n",
- "\n",
- "\n",
- "⠹ Deploying new service... \n",
- "\n",
- "\n",
- "⠼ Deploying new service... \n",
- "\n",
- "\n",
- "⠶ Deploying new service... \n",
- "\n",
- "\n",
- "⠧ Deploying new service... \n",
- "\n",
- "\n",
- "⠏ Deploying new service... \n",
- "\n",
- "\n",
- "⠛ Deploying new service... \n",
- "\n",
- "\n",
- "⠹ Deploying new service... \n",
- "\n",
- "\n",
- "⠼ Deploying new service... \n",
- " ⠼ Creating Revision... \n",
- "\n",
- "⠶ Deploying new service... \n",
- " ⠶ Creating Revision... \n",
- "\n",
- "⠧ Deploying new service... \n",
- " ⠧ Creating Revision... \n",
- "\n",
- "⠏ Deploying new service... \n",
- " ⠏ Creating Revision... \n",
- "\n",
- "⠛ Deploying new service... \n",
- " ⠛ Creating Revision... \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Initializing project for the current region. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Initializing project for the current region. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Initializing project for the current region. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Initializing project for the current region. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Initializing project for the current region. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Initializing project for the current region. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- " . Routing traffic... \n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Deploying Revision. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- " . Routing traffic... \n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- "\n",
- "⠧ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠧ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- "\n",
- "⠏ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠏ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- "\n",
- "⠛ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠛ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- "\n",
- "⠹ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠹ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- "\n",
- "⠼ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠼ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- "\n",
- "⠶ Deploying new service... Deploying Revision. Waiting on revision cloud-run-mo\n",
- "del-inference-app-00001-liw. \n",
- " ⠶ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- "\n",
- "⠧ Deploying new service... \n",
- " ⠧ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- " ⠧ Routing traffic... \n",
- "⠏ Deploying new service... \n",
- " ⠏ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- " ⠏ Routing traffic... \n",
- "⠛ Deploying new service... \n",
- " ✓ Creating Revision... Revision deployment finished. Checking container healt\n",
- " h. \n",
- " ⠛ Routing traffic... \n",
- "⠹ Deploying new service... \n",
- "\n",
- "\n",
- " ⠹ Routing traffic... \n",
- "⠼ Deploying new service... \n",
- "\n",
- "\n",
- " ✓ Routing traffic... \n",
- "⠶ Deploying new service... Done. \n",
- "\n",
- "\n",
- "\n",
- "⠧ Deploying new service... Done. \n",
- "\n",
- "\n",
- "\n",
- "⠏ Deploying new service... Done. \n",
- "\n",
- "\n",
- "\n",
- "✓ Deploying new service... Done. \n",
- "\n",
- "\n",
- "\n",
- "Done. \n",
- "Service [\u001b[1mcloud-run-model-inference-app\u001b[m] revision [\u001b[1mcloud-run-model-inference-app-00001-liw\u001b[m] has been deployed and is serving \u001b[1m100\u001b[m percent of traffic.\n",
- "Service URL: \u001b[1mhttps://cloud-run-model-inference-app-cvrq7zsz5a-uc.a.run.app\u001b[m\n"
- ]
- }
- ],
+ "outputs": [],
"source": [
"!gcloud run deploy cloud-run-model-inference-app \\\n",
"--image gcr.io/{PROJECT_ID}/cloud_run_model_inference \\\n",
@@ -5743,20 +345,12 @@
},
{
"cell_type": "code",
- "execution_count": 14,
+ "execution_count": null,
"id": "7968aa44-0ab4-43bb-96ef-5c9a62767d21",
- "metadata": {},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "Created service account [cloud-run-invoker].\n",
- "\u001b[1;31mERROR:\u001b[0m (gcloud.run.services.add-iam-policy-binding) PERMISSION_DENIED: Permission 'run.services.setIamPolicy' denied on resource 'projects/thuya-fraud-finder-377713/locations/us-central1/services/cloud-run-model-inference-app' (or resource may not exist).\n",
- "\u001b[1;31mERROR:\u001b[0m (gcloud.projects.add-iam-policy-binding) User [247641095851-compute@developer.gserviceaccount.com] does not have permission to access projects instance [thuya-fraud-finder-377713:setIamPolicy] (or it may not exist): Policy update access denied.\n"
- ]
- }
- ],
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [],
"source": [
"# Create a service account\n",
"!gcloud iam service-accounts create cloud-run-invoker --display-name \"Cloud Run Pub/Sub Invoker\"\n",
@@ -5805,18 +399,10 @@
},
{
"cell_type": "code",
- "execution_count": 10,
+ "execution_count": null,
"id": "ac18d705-b62d-4ba5-8569-0ab10726d293",
"metadata": {},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "https://cloud-run-model-inference-app-cvrq7zsz5a-uc.a.run.app\n"
- ]
- }
- ],
+ "outputs": [],
"source": [
"# to get the service URL programmatically\n",
"SERVICE_URL = !gcloud run services describe cloud-run-model-inference-app \\\n",
@@ -5838,19 +424,10 @@
},
{
"cell_type": "code",
- "execution_count": 11,
+ "execution_count": null,
"id": "ebf2e721-cadc-44dc-93f4-149027e8a6b9",
"metadata": {},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "\u001b[1;31mERROR:\u001b[0m Failed to create subscription [projects/thuya-fraud-finder-377713/subscriptions/push-live-tx-to-cloudrun]: You have passed an invalid argument to the service (argument=PushConfig::oidc_token::service_account_email).\n",
- "\u001b[1;31mERROR:\u001b[0m (gcloud.pubsub.subscriptions.create) Failed to create the following: [push-live-tx-to-cloudrun].\n"
- ]
- }
- ],
+ "outputs": [],
"source": [
"!gcloud pubsub subscriptions create push-live-tx-to-cloudrun --topic projects/cymbal-fraudfinder/topics/ff-tx \\\n",
" --ack-deadline=600 \\\n",
@@ -5888,28 +465,12 @@
},
{
"cell_type": "code",
- "execution_count": 12,
+ "execution_count": null,
"id": "e761ef17-7dff-46d0-93ca-37aefddd9a8e",
- "metadata": {},
- "outputs": [
- {
- "ename": "NotFound",
- "evalue": "404 Not found: Dataset thuya-fraud-finder-377713:model_deployment_monitoring_4401833229150060544 was not found in location US\n\nLocation: US\nJob ID: c3c96b46-c797-4cc9-b7b7-cbe94608bd31\n",
- "output_type": "error",
- "traceback": [
- "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
- "\u001b[0;31mNotFound\u001b[0m Traceback (most recent call last)",
- "\u001b[0;32m/var/tmp/ipykernel_11701/3351859761.py\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 15\u001b[0m \u001b[0mjob_config\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mbigquery\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mQueryJobConfig\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 16\u001b[0m )\n\u001b[0;32m---> 17\u001b[0;31m \u001b[0mdf\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mclient_result\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mresult\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mto_arrow\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mto_pandas\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 18\u001b[0m \u001b[0mdf\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
- "\u001b[0;32m/opt/conda/lib/python3.7/site-packages/google/cloud/bigquery/job/query.py\u001b[0m in \u001b[0;36mresult\u001b[0;34m(self, page_size, max_results, retry, timeout, start_index, job_retry)\u001b[0m\n\u001b[1;32m 1497\u001b[0m \u001b[0mdo_get_result\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mjob_retry\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mdo_get_result\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1498\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 1499\u001b[0;31m \u001b[0mdo_get_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1500\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1501\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mexceptions\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mGoogleAPICallError\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0mexc\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
- "\u001b[0;32m~/.local/lib/python3.7/site-packages/google/api_core/retry.py\u001b[0m in \u001b[0;36mretry_wrapped_func\u001b[0;34m(*args, **kwargs)\u001b[0m\n\u001b[1;32m 286\u001b[0m \u001b[0msleep_generator\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 287\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_deadline\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 288\u001b[0;31m \u001b[0mon_error\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mon_error\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 289\u001b[0m )\n\u001b[1;32m 290\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
- "\u001b[0;32m~/.local/lib/python3.7/site-packages/google/api_core/retry.py\u001b[0m in \u001b[0;36mretry_target\u001b[0;34m(target, predicate, sleep_generator, deadline, on_error)\u001b[0m\n\u001b[1;32m 188\u001b[0m \u001b[0;32mfor\u001b[0m \u001b[0msleep\u001b[0m \u001b[0;32min\u001b[0m \u001b[0msleep_generator\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 189\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 190\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mtarget\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 191\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 192\u001b[0m \u001b[0;31m# pylint: disable=broad-except\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
- "\u001b[0;32m/opt/conda/lib/python3.7/site-packages/google/cloud/bigquery/job/query.py\u001b[0m in \u001b[0;36mdo_get_result\u001b[0;34m()\u001b[0m\n\u001b[1;32m 1487\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_job_retry\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mjob_retry\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1488\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 1489\u001b[0;31m \u001b[0msuper\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mQueryJob\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mresult\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mretry\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mretry\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mtimeout\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mtimeout\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1490\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1491\u001b[0m \u001b[0;31m# Since the job could already be \"done\" (e.g. got a finished job\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
- "\u001b[0;32m/opt/conda/lib/python3.7/site-packages/google/cloud/bigquery/job/base.py\u001b[0m in \u001b[0;36mresult\u001b[0;34m(self, retry, timeout)\u001b[0m\n\u001b[1;32m 726\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 727\u001b[0m \u001b[0mkwargs\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;34m{\u001b[0m\u001b[0;34m}\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mretry\u001b[0m \u001b[0;32mis\u001b[0m \u001b[0mDEFAULT_RETRY\u001b[0m \u001b[0;32melse\u001b[0m \u001b[0;34m{\u001b[0m\u001b[0;34m\"retry\"\u001b[0m\u001b[0;34m:\u001b[0m \u001b[0mretry\u001b[0m\u001b[0;34m}\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 728\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0msuper\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0m_AsyncJob\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mresult\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mtimeout\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mtimeout\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 729\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 730\u001b[0m \u001b[0;32mdef\u001b[0m \u001b[0mcancelled\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
- "\u001b[0;32m~/.local/lib/python3.7/site-packages/google/api_core/future/polling.py\u001b[0m in \u001b[0;36mresult\u001b[0;34m(self, timeout, retry)\u001b[0m\n\u001b[1;32m 135\u001b[0m \u001b[0;31m# pylint: disable=raising-bad-type\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 136\u001b[0m \u001b[0;31m# Pylint doesn't recognize that this is valid in this case.\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 137\u001b[0;31m \u001b[0;32mraise\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_exception\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 138\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 139\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_result\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
- "\u001b[0;31mNotFound\u001b[0m: 404 Not found: Dataset thuya-fraud-finder-377713:model_deployment_monitoring_4401833229150060544 was not found in location US\n\nLocation: US\nJob ID: c3c96b46-c797-4cc9-b7b7-cbe94608bd31\n"
- ]
- }
- ],
+ "metadata": {
+ "tags": []
+ },
+ "outputs": [],
"source": [
"bq_client = bigquery.Client(project=PROJECT_ID)\n",
"\n",
| | | |