Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'influx task retry-failed' returns limit error #21016

Closed
sanderson opened this issue Mar 22, 2021 · 0 comments · Fixed by #21033
Closed

'influx task retry-failed' returns limit error #21016

sanderson opened this issue Mar 22, 2021 · 0 comments · Fixed by #21033
Assignees
Labels
area/cli area/2.x OSS 2.0 related issues and PRs kind/bug

Comments

@sanderson
Copy link
Contributor

influx task retry-failed returns the following:

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.

  1. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli area/2.x OSS 2.0 related issues and PRs kind/bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants