Search code examples
google-app-enginegoogle-cloud-platform

How to get current cron.yaml for google appengine application?


I know that I can upload crontab schedule with gcloud app deploy cron.yaml. But how can I get current uploaded version of cron.yaml?


Solution

  • To view the uploaded cron.yaml in Google Cloud Console, from the hamburger menu on top left select App Engine then Cron Jobs. For more details visit the link for Viewing cron jobs in the GCP Console.