Cron Jobs failure

37 views
Skip to first unread message

Rodrigo Brauwers

unread,
Dec 17, 2018, 6:18:05 PM12/17/18
to Google App Engine
Hi!

My project has few cron jobs that stop to work few days ago. 
The request returns 404 error code. 
Any guidance how solve this issue is appreciated.

Attached is app.yaml and cron.yaml.

Screen Shot 2018-12-13 at 16.34.22.png


app.yaml
cron.yaml

George (Cloud Platform Support)

unread,
Dec 25, 2018, 11:11:31 PM12/25/18
to Google App Engine
Hello Rodrigo!

Error 404 means that a resource was not found. Either there is no API method associated with the URL path of the request, or the request refers to one or more resources that were not found. It is worthwhile testing if you have access to the route for Cron, as defined in your app.yaml. This handler requires admin access. Are you properly authenticated when calling this handler from Cron? You may set up a test to verify that: 

# Handler for the pubsub cron.
- url: /publish/.*
  script: main.app
  login: admin
  secure: always

is still accessible. Page "Handler Testing For Python" may offer helpful hints on how to do so. 

Reply all
Reply to author
Forward
0 new messages