[google-appengine] Re: cron.yaml: is there a max limit to min_backoff_seconds?

2018-11-30 Thread Mark Meyer
Bart, thank you! That was it. Some how I misread the docs and to mean you needed to send a 503. On re-reading it, that's obviously not what it says. I appreciate the help. On Thursday, November 29, 2018 at 4:26:41 PM UTC-9, Bart Hazer wrote: > > Hi Mark - Responses with HTTP status 503 are a bit

[google-appengine] Re: cron.yaml: is there a max limit to min_backoff_seconds?

2018-11-29 Thread 'Bart Hazer' via Google App Engine
Hi Mark - Responses with HTTP status 503 are a bit of a special case that is not documented very well. Those are retried every minute regardless of your retry_parameters. Retries for responses with all other non-200 status codes are governed by the specified retry_parameters. That is alluded to

[google-appengine] Re: cron.yaml: is there a max limit to min_backoff_seconds?

2018-11-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mark, Your minimum retry interval for Cron is set to 2 minutes, and I have the feeling this is quite high, without any reasonable explanation to support my intuition. The expected value seems to be in the order of seconds. Three repeats for would imply 4 minute, 8 and then 16 minutes: qu