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

Sending (star, stop, status etc.) commands to processes in a process group does not work => ArgumentError #24

Open
szymon-jez opened this issue Oct 17, 2014 · 0 comments

Comments

@szymon-jez
Copy link

Example:

$ bluepill status
web_interface(pid:32667): up
jobs:
  job_1:IMPORT(pid:6994): up
  job_2:UPDATE(pid:7032): up

$ bluepill status job_1:IMPORT
$ bluepill status jobs:job_1:IMPORT
Received error from server:
#<ArgumentError: wrong number of arguments (3 for 0..2)>
(eval):1:in `status'
/shared/bundle/ruby/2.0.0/gems/bluepill-0.0.68/lib/bluepill/application.rb:102:in `block (3 levels) in start_listener'
/shared/bundle/ruby/2.0.0/gems/bluepill-0.0.68/lib/bluepill/application.rb:41:in `synchronize'
/shared/bundle/ruby/2.0.0/gems/bluepill-0.0.68/lib/bluepill/application.rb:41:in `mutex'
/shared/bundle/ruby/2.0.0/gems/bluepill-0.0.68/lib/bluepill/application.rb:102:in `block (2 levels) in start_listener'
/shared/bundle/ruby/2.0.0/gems/bluepill-0.0.68/lib/bluepill/application.rb:96:in `loop'
shared/bundle/ruby/2.0.0/gems/bluepill-0.0.68/lib/bluepill/application.rb:96:in `block in start_listener'
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

No branches or pull requests

1 participant