0

I have multiple cron jobs configured on flexible appengine to execute once a day with max retry of 5 times. Is there a way send alert after last retry fails? If I need to do this in my code, does cron provides any information that allows me to determine current retry count?

ringadingding
  • 475
  • 5
  • 14

1 Answers1

0

@marcadian - The cron.yaml reference here: https://cloud.google.com/appengine/docs/python/config/cronref#retry shows that you can set job_retry_limit in the retry_parameters block of the cron.yaml