所以我的cron.yaml中有这个:
cron:
- description: "Google analytics data collection"
url: /usr/bin/python3.7 /home/amng853/ruby-website/google_analytics_info.py
schedule: every 1 hours
但它不断返回:
ERROR: (gcloud.app.deploy) Server responded with code [500]:
Internal Server Error.
<h3>Server Error</h3><p>A server error has occurred.</p>
当我部署cron.yaml时,我不知道该怎么办。
我也尝试使用python3而不是python3.7路径,但仍显示错误。 (是的,我安装了python3.7和python3)
通常,您不能这样做。您需要创建端点,然后运行该URL。