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

Task concurrency not being respected #23582

Open
empz opened this issue Jul 22, 2022 · 0 comments · May be fixed by #23881
Open

Task concurrency not being respected #23582

empz opened this issue Jul 22, 2022 · 0 comments · May be fixed by #23881
Labels
area/tasks area/2.x OSS 2.0 related issues and PRs team/edge

Comments

@empz
Copy link

empz commented Jul 22, 2022

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

  1. Create a task that takes longer than its "every" property
  2. Set the concurrency to 1
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.
image

Environment info:

  • System info: Windows 10 Enterprise LTSC 2019
  • InfluxDB version:
    InfluxDB v2.3.0+SNAPSHOT.090f681737
    Server: 090f681
    Frontend: a2bd1f3

Update
I've tried creating a task via Influx CLI also. Same thing.

@jeffreyssmith2nd jeffreyssmith2nd added area/tasks area/2.x OSS 2.0 related issues and PRs team/edge labels Jul 29, 2022
redaianer added a commit to redaianer/influxdb that referenced this issue Nov 8, 2022
@redaianer redaianer linked a pull request Nov 9, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tasks area/2.x OSS 2.0 related issues and PRs team/edge
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants