We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b09ca7 commit 35210c5Copy full SHA for 35210c5
lib/async/service/supervisor/process_monitor.rb
@@ -61,8 +61,7 @@ def metrics
61
#
62
# @returns [Hash] Status including process metrics.
63
def status
64
- metrics = self.metrics
65
- {process_monitor: {ppid: @ppid, metrics: metrics}}
+ {process_monitor: {ppid: @ppid, metrics: self.metrics}}
66
end
67
68
# Run the process monitor.
0 commit comments