使用默认重试政策重试步骤

为 HTTP 请求使用内置重试政策。

深入探索

如需查看包含此代码示例的详细文档,请参阅以下内容:

代码示例

YAML

- read_item:
    try:
      call: http.get
      args:
        url: https://example.com/someapi
      result: apiResponse
    retry: ${http.default_retry}

后续步骤

如需搜索和过滤其他 Google Cloud 产品的代码示例,请参阅 Google Cloud 示例浏览器