I'm trying to deploy spring-boot hellow world example, and when the build is done, I still need to wait about 15 minutes. In the console I just see
After that I try to deploy pub/sub example, and after 15 minutes I get the error message:
"If you believe this was an error, try adjusting the 'app_start_timeout_sec' setting in the 'readiness_check' section".
I tried to set this variable to 10 sec, and 1800(max value), but it didn't help.
This is my app.yaml
runtime: java
env: flex
version: v1
runtime_config: # Optional
jdk: openjdk8
manual_scaling:
instances: 1
I use the appengine-maven-plugin to deploy