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

Don't close stdin when spawning executions from Runner #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

osyoyu
Copy link
Contributor

@osyoyu osyoyu commented Jul 31, 2020

This patch allows debugging through binding.irb/pry inside spawned jobs.
This is a workaround that works only when jobs are not executed in parallel; if not, console output may be messed up by output from multiple jobs.

@cookpad/infra please review

Allow debugging through binding.irb/pry inside spawned jobs.
This is a workaround that works only when jobs are not executed in parallel;
if not, console output may be messed up by output from multiple jobs.
@eagletmt
Copy link
Member

eagletmt commented Aug 3, 2020

Why not run your jobs without BarbequeClient::Runner while debugging?
It should be easy to run bundle exec barbeque:runner from your console.

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