multithreading - 是否有适用于 Python 2.7 的 ereporter 版本

标签 multithreading google-app-engine python-2.7

我是 Google App Engine ereporter 模块的忠实粉丝。它每天都会向您发送一封电子邮件,其中包含您记录的所有错误。我正在创建一个新应用程序,它默认为 Python 2.7 和多线程,如果我尝试包含 ereporter,我会收到错误,因为它依赖于 wsgi。

有什么方法可以使用 GAE 中未弃用的 python 获得此功能?

最佳答案

这个答案是在 gae 邮件列表上提供的,它有效!

handlers:
- url: /_ereporter.*
  script: google.appengine.ext.ereporter.report_generator.application
  login: admin

关于multithreading - 是否有适用于 Python 2.7 的 ereporter 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16723273/

相关文章:

java - 在 Java GAE 中删除具有特定属性集的实体时遇到问题

python - 将 BeautifulSoup 输出写入文件时遇到问题

python-2.7 - 如何知道图像中人的名字?

c# - .Net : Threadify heavy API calls

java - 来自不同线程的多个 MySQL 连接

c# - 4 核 PC 上的 c# 程序中的线程激活顺序

java - 尖括号内的问号是什么意思 : <? extends java.lang.Comparable>

google-app-engine - 在 Intellij IDEA(9.x 预发行版)中的单元测试期间,在类路径上重复 jdoconfig.xml

python-2.7 - 导入错误 : No module named pathlib

c++ - 带有部分结果的 std::async/std::future 超时