【发布时间】:2019-11-05 15:42:47
【问题描述】:
我已将 Google App Engine 配置为使用 ereporter 记录异常。
cron 作业配置为每 59 分钟运行一次。 cron.yaml 如下
cron:
- description: Daily exception report
url: /_ereporter?sender=xxx.xxx@gmail.com # The sender must be an app admin.
schedule: every 59 minutes
如何立即运行。
我在这里尝试做的是模拟 500 HTTP 错误并查看通过 cron 作业立即传递的堆栈跟踪。
【问题讨论】: