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

bug: evidence of max concurrent workers not being honored #1917

Open
krancour opened this issue Apr 8, 2022 · 1 comment
Open

bug: evidence of max concurrent workers not being honored #1917

krancour opened this issue Apr 8, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@krancour
Copy link
Contributor

krancour commented Apr 8, 2022

Max concurrent workers is set to 3... what's going on?

Screen Shot 2022-04-08 at 12 38 10 PM

@krancour krancour added the bug Something isn't working label Apr 8, 2022
@krancour krancour added this to the v2.5.0 milestone Apr 8, 2022
@krancour krancour self-assigned this Apr 8, 2022
@krancour
Copy link
Contributor Author

krancour commented Apr 8, 2022

I have a suspicion about what's happening.

Success or failure, these jobs do eventually finish.

I suspect that some (unlogged) error is causing the finite number of goroutines that the scheduler uses to constrain max concurrency to sometimes give up on watching a worker -- then it becomes free to grab another event off any one of the project queues.

This is speculation at this juncture, but it's a plausible explanation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant