1
0
Fork 0

Fix metrics

This commit is contained in:
Alex Kotov 2023-05-10 14:22:02 +04:00
parent b85268434d
commit d646d9eb6b
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 7 additions and 3 deletions

View File

@ -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