gpt4 book ai didi

python - GAE cron 重试参数

转载 作者:行者123 更新时间:2023-11-30 22:57:45 25 4
gpt4 key购买 nike

GAE page

按照GAE的建议,我添加了重试参数(从GAE网站复制):

     - retry_parameters
min_backoff_seconds: 2.5
max_doublings: 5

但是当我尝试部署我的项目时,出现以下错误:

“解析 yaml 文件时出错:

此处不允许映射值 在“/path/to/my/project/cron.yaml”中,第 x 行,第 xx 列“

第 x 行位于

    min_backoff_seconds: 2.5

有什么帮助吗?

最佳答案

删除retry_parameters中的连字符。此外,retry_parameters 的参数应再缩进一级。

cron:
- description: daily reports and exports
url: /admin/reports/reportsdaily
schedule: every 10 mins
retry_parameters:
min_backoff_seconds: 2.5
max_doublings: 5

关于python - GAE cron 重试参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36489284/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com