0

'u dağıtıyor Yönetilen VM'leri kullanarak Rails uygulamamı dağıtdım.Google App Engine sürekli olarak

başarıyla kod dağıtmış, ancak 24 saat boyunca bir 503 kodu ve mesaj aldık: Bu başvurusunu gibi bakmak

enter image description here

:

Error: Server Error

The service you requested is not available yet. Please try again in 30 seconds.

Bunlar benim günlükleri motor kodu döngü içinde dağıtıyor. Ve uygulama motoru, hesaplama motoru için beş örnek başlattı. Neden bu kadar çok örneğe ihtiyaç var?

# Copyright 2015, Google, Inc. 
# Licensed under the Apache License, Version 2.0 (the "License"); 
# you may not use this file except in compliance with the License. 
# You may obtain a copy of the License at 
# 
# http://www.apache.org/licenses/LICENSE-2.0 
# 
# Unless required by applicable law or agreed to in writing, software 
# distributed under the License is distributed on an "AS IS" BASIS, 
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
# See the License for the specific language governing permissions and 
# limitations under the License. 

# [START runtime] 
runtime: ruby 
vm: true 
entrypoint: bundle exec rackup -p 8080 -E production config.ru 
# [END runtime] 

# [START resources] 
resources: 
    cpu: .5 
    memory_gb: 1.3 
    disk_size_gb: 10 
# [END resources] 

# [START scaling] 
automatic_scaling: 
    min_num_instances: 1 
    max_num_instances: 5 
    cool_down_period_sec: 60 
    cpu_utilization: 
    target_utilization: 0.5 
# [END scaling] 
+0

SO'ya hoş geldiniz. Lütfen bize gerekli bilgileri göstermek için görsel kullanmayın. Okunabilir ve okunabilirlik için biçimlendirin, soruya kopyalayıp yapıştırın. Resimler aranamaz ve size yardımcı olması için yeniden kullanmamız gereken metni kopyalayıp/yapıştırmamıza izin vermez. Son bağlantıyı da içeren "[ask]" ve "[mcve]" okumalarını tavsiye ederim. –

cevap

0

Tamam o eserin haklı biliyorum:

Bu benim app.yaml olduğunu. Gerçekten garip ama lütfen emin ol. Bir .ruby-version dosyası içerir ve örnek 2.2.3 benim için istediğiniz bir yakut sürümü var ekleyebilir ve ben .dockerignore eklendi ve sadece google bulut kullanarak yeniden dağıtmak

ile idk Yani

.git 
log/* 
tmp/* 

ekleyip biliyorum gcloud preview app deploy

Bu benim için hile yaptı. Umarım senin için de çalışır.