Fix metrics
This commit is contained in:
parent
b85268434d
commit
d646d9eb6b
1 changed files with 7 additions and 3 deletions
|
@ -28,6 +28,13 @@ module Diversipub
|
|||
end
|
||||
|
||||
def run
|
||||
debug_output
|
||||
|
||||
puma_task.join_thread
|
||||
true
|
||||
end
|
||||
|
||||
def debug_output
|
||||
p gem_root
|
||||
p pwd
|
||||
p program_name
|
||||
|
@ -36,9 +43,6 @@ module Diversipub
|
|||
p stdin
|
||||
p stdout
|
||||
p stderr
|
||||
|
||||
puma_task.join_thread
|
||||
true
|
||||
end
|
||||
|
||||
def stop_gracefully
|
||||
|
|
Loading…
Add table
Reference in a new issue