runtime: python
env: flex
entrypoint: gunicorn -b :$PORT main:app
service: python
readiness_check:
path: "/readiness_check"
check_interval_sec: 60
timeout_sec: 30
failure_threshold: 5
success_threshold: 5
app_start_timeout_sec: 3600
liveness_check:
path: "/liveness_check"
check_interval_sec: 60
timeout_sec: 30
failure_threshold: 5
success_threshold: 5
manual_scaling:
instances: 1
resources:
cpu: 1
memory_gb: 3.75
disk_size_gb: 10
skip_files:
- tmp/
- log/
- ^(.*/)?\.bak$
Hi Dheeraj, a thread like this is off-topic for Google Groups. As it may potentially be a defect on the platform and most likely lead to a specific situation which may require some exchange of project information to reproduce the behavior you described, I highly encourage you to submit a defect report as described in this article so that proper attention and weight will be given to it. We monitor that issue tracker closely.
We look forward to this issue report.