google app engine deploy a custom vm app takes a long time to deploy
Here is my worker.yaml runtime: custom #python27 api_version: 1 threadsafe: false vm: true service: worker env_variables: PYTHON_ENV: lab network: instance_tag: testing123 name: dev handlers: - url: /.* script: Framework.Workers.PushQueues.worker.app login: admin Dockerfile FROM us.gcr.io/smiling-diode-638/basic-algo-docker-v2 and the console output: gcloud app deploy worker.yaml --verbosity='debug' ✱ DEBUG: Running gcloud.app.deploy with Namespace(__calliope_internal_deepest_parser=ArgumentParser(prog='gcloud.app.deploy', usage=None, description='Deploy the local code and/or configuration of