We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pgroup => true
rerun
#1 added the pgroup => true option to Process.spawn
Process.spawn
overman/lib/foreman/process.rb
Lines 48 to 57 in 96002f8
That makes this chain stop working: overman -> rerun -> overman -> <app>
overman
<app>
rerun prints [rerun] <app> launched but it is never started
[rerun] <app> launched
Not sure if it depends on what flags you pass to rerun, I should post a repro here. I've been using rerun 0.14.0.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#1 added the
pgroup => true
option toProcess.spawn
overman/lib/foreman/process.rb
Lines 48 to 57 in 96002f8
That makes this chain stop working:
overman
->rerun
->overman
-><app>
rerun
prints[rerun] <app> launched
but it is never startedNot sure if it depends on what flags you pass to
rerun
, I should post a repro here. I've been using rerun 0.14.0.The text was updated successfully, but these errors were encountered: