Skip to content

Feature Request: Support retrying on multiple values, example: [error, timeout] #156

@itsankit-google

Description

@itsankit-google

Currently, the nick-fields/retry action only supports retrying on error or timeout. This limitation means you cannot add retry on both error & timeout.

Feature request:
Add support for retrying using multiples type of failures.

Example desired syntax:

- name: Build Standalone
        uses: nick-fields/retry
        with:
          timeout_minutes: 60
          max_attempts: 3
          retry_on: [error, timeout]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions