We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's no way to see past 100 tasks in the UI. The task API allows limits to be set at 500 for tasks. https://github.com/influxdata/influxdb/blob/master/http/swagger.yml#L4823. We should bump the limit for tasks to 500. This will only be to buy is time while we implement pagination.
WHEN I navigate to the tasks page THEN I should see upto 500 of my tasks
The text was updated successfully, but these errors were encountered:
121watts
Successfully merging a pull request may close this issue.
There's no way to see past 100 tasks in the UI. The task API allows limits to be set at 500 for tasks. https://github.com/influxdata/influxdb/blob/master/http/swagger.yml#L4823. We should bump the limit for tasks to 500. This will only be to buy is time while we implement pagination.
WHEN I navigate to the tasks page
THEN I should see upto 500 of my tasks
The text was updated successfully, but these errors were encountered: