influx task retry-failed
- influx CLI 2.0.5+
- InfluxDB 2.0.5+
Authentication credentials
Required permissions
Retry failed task runs for a specific task ID
influx task retry-failed \
--id 0Xx0oox00XXoxxoo1
Retry failed task runs that occurred before a specific time
Retry failed task runs that occurred after a specific time
influx task retry-failed \
--after 2021-01-01T00:00:00Z
Retry failed task runs that occurred in a specific time range
Retry failed runs for a limited number of tasks
influx task retry-failed \
--task-limit 5
Retry a limited number of failed runs for a task
influx task retry-failed \