Cron job retry parameter for Python

68 views
Skip to first unread message

Cody L

unread,
Apr 19, 2016, 1:15:06 PM4/19/16
to Google App Engine
Following this link https://cloud.google.com/appengine/docs/python/config/cron

At the Cron Retries section, isn't the format for retry_parameter wrong?
I can't deploy my project with the given retry parameter.

Kim Lewandowski

unread,
Apr 19, 2016, 7:40:50 PM4/19/16
to Google App Engine
Hi Cody,

Yes, this is a known bug in the documentation and it should be fixed soon. The documentation should read:

cron:
- description: retry demo
  url: /retry
  schedule: every 10 mins
  retry_parameters:
    min_backoff_seconds: 2.5
    max_doublings: 5

-Kim
Reply all
Reply to author
Forward
0 new messages