Score:0

App Engine (Flex) , min_num_instances setting is not working

us flag

I set min_num_instances to 2, but it is 1

my settings:

runtime: java
api_version: '1.0'
env: flexible
threadsafe: true
automatic_scaling:
  cool_down_period: 300s
  min_num_instances: 2
  max_num_instances: 16
  cpu_utilization:
    target_utilization: 0.5
network: {}
resources:
  cpu: 1
  memory_gb: 6
liveness_check:
  initial_delay_sec: 300
  check_interval_sec: 30
  timeout_sec: 4
  failure_threshold: 4
  success_threshold: 2
readiness_check:
  check_interval_sec: 5
  timeout_sec: 4
  failure_threshold: 2
  success_threshold: 2
  app_start_timeout_sec: 300

Current status, instance 1

My app deployed at 1 day ago.

what can I do?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.