Hi have a Python 3.8 Django app deployed to GAE standard with a working 
cron job that
executes an endpoint. The endpoint returns a 200 when everything goes well.
The app.yaml file does not define the service name and is the default 
service.
there is only one job in the cron.yaml and does not specify a target 
service. 

When I specify the service name in the app.yaml and specify the cron job to
target that same service, it executes the endpoint but returns a status 400
and doesn't execute the code in the endpoint function.

What is causing the status 400?


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/31530d54-1153-491f-b143-044fe70032adn%40googlegroups.com.
  • [google-appengine... David Pomeroy
    • [google-appe... 'Elliott (Cloud Platform Support)' via Google App Engine
      • Re: [goo... David Pomeroy
        • Re: ... 'Elliott (Cloud Platform Support)' via Google App Engine
          • ... 'Elliott (Cloud Platform Support)' via Google App Engine

Reply via email to