You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Failed to decode request: run limit is out of bounds, must be between 1 and 500.
According to the task error source code, it looks like the API call requires a limit. Do we need to add a limit flag to the influx tasks retry-failed command?
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Run:
influx task retry-failed
Expected behavior:
I would expect the command to run successfully.
Actual behavior:
Returns the error above.
Environment info:
System info: Darwin 19.6.0 x86_64
InfluxDB version: InfluxDB dev (git: 73e4e70) build_date: 2021-03-22T16:10:49Z
The text was updated successfully, but these errors were encountered:
influx task retry-failed
returns the following:According to the task error source code, it looks like the API call requires a
limit
. Do we need to add alimit
flag to theinflux tasks retry-failed
command?Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Run:
Expected behavior:
I would expect the command to run successfully.
Actual behavior:
Returns the error above.
Environment info:
The text was updated successfully, but these errors were encountered: