标签: google-app-engine
当我尝试使用延迟库时,我收到404错误,因为我在模块中运行它,但似乎延迟库只会转到{{1} }模块(又名我的default模块)。如何让app.yaml在我指定的模块中运行它?谢谢。
404
default
app.yaml
答案 0 :(得分:1)
您需要name并为队列设置target:
name
target
https://developers.google.com/appengine/docs/python/config/queue