Skip to content

Comments

Slurp thread#13

Open
jarl-dk wants to merge 2 commits intomarc0der:masterfrom
thepwagner:slurp-thread
Open

Slurp thread#13
jarl-dk wants to merge 2 commits intomarc0der:masterfrom
thepwagner:slurp-thread

Conversation

@jarl-dk
Copy link

@jarl-dk jarl-dk commented Apr 6, 2016

I experience that the gradle task hangs. I assume it is caused by the problem described in this commits.

I try to start mountebank using this snippet:

task startMountebank(type: SpawnProcessTask) {
    command "mb --mock --allowInjection"
    ready 'now taking orders'
}

As a user, I want to specify lockFile, so that I can spawn multiple
processes in the same directory.
This prevents the spawned application from filling the buffer (and
blocking).

It is not pretty, but it solves my problem.
@nhoughto
Copy link

Weird issue to debug, just came across this myself and things just seem to stop. Wouldn't have guessed!

@nhoughto
Copy link

Not merged, use this plugin instead

https://github.com/psxpaul/gradle-execfork-plugin

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.

3 participants