X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

App Engine Cron Service sample for Google App Engine

Open in Cloud Shell

This sample demonstrates how to deploy App Engine Cron Service to ping a servlet deployed in the app.

Running locally

$ mvn jetty:run

Deploying app

$ mvn package appengine:deploy

Deploying cron job

$ gcloud app deploy cron.yaml
X Tutup