Guest User

Untitled

a guest
May 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ## local
  2. >> MiddleMan.all_worker_info
  3. => {"127.0.0.1:11006"=>
  4. [{:worker=>:log_worker, :status=>:running, :worker_key=>""},
  5. {:worker=>:daily_worker, :status=>:running, :worker_key=>""}]}
  6.  
  7.  
  8. ## staging
  9. >> MiddleMan.all_worker_info
  10. =>{"127.0.0.1:11006"=>
  11. [{:status=>:running, :worker_key=>"", :worker=>:log_worker}]}
Add Comment
Please, Sign In to add comment