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

Remove recursion in Queue Mode #64

Merged
merged 11 commits into from
Aug 2, 2018

Conversation

ArturT
Copy link
Member

@ArturT ArturT commented Aug 2, 2018

2 customers noticed that sometimes the knapsack_pro ruby process hangs on CodeShip and CircleCI and does not end work.

My bet it is because of recursion that sometimes causes ruby to hang.
In this PR we replace recursion with just while loop.

@ArturT ArturT merged commit e441a40 into master Aug 2, 2018
@ArturT ArturT deleted the remove-recursion-in-queue-rspec-runner branch August 2, 2018 14:44
@geoffharcourt
Copy link

Thanks!

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.

2 participants