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

Multi-Source Job Queue holds a single job #353

Closed
meatballhat opened this issue Aug 17, 2017 · 0 comments
Closed

Multi-Source Job Queue holds a single job #353

meatballhat opened this issue Aug 17, 2017 · 0 comments
Assignees
Labels

Comments

@meatballhat
Copy link
Contributor

When the multi-source job queue is used, such as when the queue type is configured as a comma-delimited value, there is a single job held in a variable between input channel recv and output channel send. This results in "stuck job" behavior whenever all available processors are busy.

@meatballhat meatballhat self-assigned this Aug 17, 2017
meatballhat pushed a commit that referenced this issue Aug 17, 2017
via a dedicated `ready struct{}` channel.  Addresses #353.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant