The library has moved to https://github.com/GoogleCloudPlatform/appengine-plugins/tree/main/app-gradle-plugin
153
stars
40
forks
source link
spring boot's Scheduled task not worked in Google cloud app engine standard environment. #470
Closed
pradeepsimba closed 1 year ago
gradle.build
java file
app.yaml
If run this code in my local computer it works smoothly.
I deployed my code with this cmd
But, after deploying in gcloud spring boot's Scheduled task not worked.
what I did wrong in this ?
I see console output using this cmd
gcloud app logs tail -s default
but nothing is printed.If I go to my website. It comes like this
my website also doesn't work.
How do I solve this ?