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

fix concurrency with multiple workers #180

Merged
merged 2 commits into from
Apr 23, 2020
Merged

Conversation

samuelcolvin
Copy link
Owner

replace #170

The point here is that each worker needs to get more job ids from the queue than it's able to run in case some of those jobs are already running.

This problem will have been introduced by #142

@codecov
Copy link

codecov bot commented Apr 23, 2020

Codecov Report

Merging #180 into master will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #180   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          717       718    +1     
  Branches       101       101           
=========================================
+ Hits           717       718    +1     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant