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
Steps to reproduce: List the minimal actions needed to reproduce the behavior.
option task = {name: "Downsample raw data", every: 10s, offset: 10s, concurrency: 1}
Expected behavior: I'd expect only one task to be started at a time.
Actual behavior: Multiple tasks are started and running at the same time. Concurrency option is not being respected.
Environment info:
Update I've tried creating a task via Influx CLI also. Same thing.
The text was updated successfully, but these errors were encountered:
Task concurrency not being respected influxdata#23582
f15410e
Successfully merging a pull request may close this issue.
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
I'd expect only one task to be started at a time.
Actual behavior:
Multiple tasks are started and running at the same time. Concurrency option is not being respected.
Environment info:
InfluxDB v2.3.0+SNAPSHOT.090f681737
Server: 090f681
Frontend: a2bd1f3
Update
I've tried creating a task via Influx CLI also. Same thing.
The text was updated successfully, but these errors were encountered: