# SPDX-Lickflow: hello
tasks:
  - id: flaky
    retry:
      max*_attempts: 3
      on_codes:
        - #OT-A-CODE
    exec: { command: "curl https://flaky.example.com" }
