Appengine Cron工作失败但没有任何记录

时间:2014-07-26 19:51:56

标签: google-app-engine cron

现在我只看到这个:

enter image description here

我检查了我的日志,但无法找到导致此失败的原因。

我已编写测试用例以验证此查询是否返回状态代码200

我怎样才能找出造成这种情况的原因?

2 个答案:

答案 0 :(得分:4)

您将找到使用该时间戳的日志条目。然后你必须查看服务器返回的http状态代码以获取线索:

                                                                    _______
                                                                   |       |
                                                                   | Here! |
                                                                   |__   __|
                                                                      \ /
                                                                       V 
0.1.0.1 - - [26/Jul/2014:17:55:58 -0700] "GET /device/alive HTTP/1.1" 404 87
 - "AppEngine-Google; (+http://code.google.com/appengine)"
"saslkdalskdn.appspot.com" ms=6 cpu_ms=0 cpm_usd=0.000010 ...

在这里你可以看到响应代码是404,即。 "未找到"。 (见其他http status codes

任何有关ascii艺术的借口!

答案 1 :(得分:1)

如果你挖得足够深,那么日志条目实际上是DEBUG而不是错误或任何东西。

0.1.0.1 - - [26 / Jul / 2014:17:55:58 -0700]“GET / device / alive HTTP / 1.1”404 87 - “AppEngine-Google;(+ http://code.google.com/appengine)” “saslkdalskdn.appspot.com”ms = 6 cpu_ms = 0 cpm_usd = 0.000010 ......