Retry steps using a default retry policy

Uses a built-in retry policy for HTTP requests.

Explore further

For detailed documentation that includes this code sample, see the following:

Code sample

YAML

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

What's next

To search and filter code samples for other Google Cloud products, see the Google Cloud sample browser.