mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-11 15:45:29 +00:00
feat: add warning_on_retry input
This commit is contained in:
@@ -24,6 +24,9 @@ inputs:
|
||||
default: 1
|
||||
retry_on:
|
||||
description: Event to retry on. Currently supported [any, timeout, error]
|
||||
warning_on_retry:
|
||||
description: Whether to output a warning on retry, or just output to info. Defaults to true
|
||||
default: true
|
||||
outputs:
|
||||
total_attempts:
|
||||
description: The final number of attempts made
|
||||
|
||||
Reference in New Issue
Block a user