Add retries and retries_delay options

This commit is contained in:
lowlighter
2021-03-07 10:29:37 +01:00
parent dafcd68bd5
commit 61e9bfc505
3 changed files with 48 additions and 1 deletions

View File

@@ -138,6 +138,22 @@ inputs:
- png # Does not support animations
- jpeg # Does not support animations and transparency
# Number of retries in case rendering fail
retries:
description: Number of retries
type: number
default: 3
min: 1
max: 10
# Time to wait (in seconds) before each retry
retries_delay:
description: Time to wait (in seconds) before each retry
type: number
default: 300
min: 0
max: 3600
# ====================================================================================
# Options below are mostly used for testing