(Note: I work on standard enviroment). I tested something more simple and I had the same error:
----------- app.yaml runtime: python27 api_version: 1 threadsafe: true handlers: - url: /hellocron script: main.app login: admin ----------- cron.yaml cron: - description: "hellocron" url: /hellocron schedule: every day 23:46 timezone: Europe/Madrid ------------ This is the result 0.1.0.1 - - [29/Oct/2018:18:22:21 +0100] "GET /hellocron HTTP/1.1" 302 267 - "AppEngine-Google; (+http://code.google.com/appengine)" " myappname.appspot.com" ms=7 cpu_ms=8 cpm_usd=2.9839e-8 loading_request=0 instance=00c61b117c0e3de0cc2930f468114e719ef64c3a7928241d0646746341aa2f7386732a app_engine_release=1.9.65 trace_id=b6e54d8d997807741af6254abc0dfbf8 Mostrar todo | Ocultar todo { httpRequest: { status: 302 } insertId: "5bd741cd000e2051b7f2899c" labels: { clone_id: "00c61b117c0e3de0cc2930f468114e719ef64c3a7928241d0646746341aa2f7386732a" } logName: "projects/myappname/logs/appengine.googleapis.com %2Frequest_log" operation: { first: true id: "5bd741cd00ff0e028bbe1c89380001657e62692d70682d3230313330390001323031383130323974313831333334000100" last: true producer: "appengine.googleapis.com/request_id" } protoPayload: { @type: "type.googleapis.com/google.appengine.logging.v1.RequestLog" appEngineRelease: "1.9.65" appId: "e~myappname" cost: 2.9839e-8 endTime: "2018-10-29T17:22:21.925588Z" finished: true first: true host: "myappname.appspot.com" httpVersion: "HTTP/1.1" instanceId: "00c61b117c0e3de0cc2930f468114e719ef64c3a7928241d0646746341aa2f7386732a" instanceIndex: -1 ip: "0.1.0.1" latency: "0.007433s" megaCycles: "8" method: "GET" requestId: "5bd741cd00ff0e028bbe1c89380001657e62692d70682d3230313330390001323031383130323974313831333334000100" resource: "/hellocron" responseSize: "267" startTime: "2018-10-29T17:22:21.918155Z" status: 302 taskName: "b0467e8a57f53a8ee2b827ca35db275f" taskQueueName: "__cron" traceId: "b6e54d8d997807741af6254abc0dfbf8" traceSampled: true urlMapEntry: "main.app" userAgent: "AppEngine-Google; (+http://code.google.com/appengine)" versionId: "20181029t181334" } receiveTimestamp: "2018-10-29T17:22:21.927708910Z" resource: { labels: { module_id: "default" project_id: "myappname" version_id: "20181029t181334" zone: "eu2" } type: "gae_app" } timestamp: "2018-10-29T17:22:21.918155Z" trace: "projects/myappname/traces/b6e54d8d997807741af6254abc0dfbf8" traceSampled: true } El lun., 29 oct. 2018 a las 20:20, 'George (Cloud Platform Support)' via Google App Engine (<[email protected]>) escribió: > Hello Pedro, > > You have employed a URL that differs somewhat of what is expected in the > cron.yaml configuration file: url: > /processdate?from=2016-03-01&until=2016-03-31. This URL indicates a time > interval, when the URL in your app is expected instead, to which you want > the Cron service to send job requests. Have a look at the "Scheduling Jobs > with cron.yaml" online document > <https://cloud.google.com/appengine/docs/flexible/java/scheduling-jobs-with-cron-yaml#about> > for more detail. > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/b9558ba1-a3ed-434b-8cc9-fb835e046ad6%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/b9558ba1-a3ed-434b-8cc9-fb835e046ad6%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAH8aSOUpZqaHBQNXmeqDBUt2WQvYiyYXOv1F9xU7SK2vSy81QQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
