Job Name | Hostname:Pid | Live Slots delta | Started At | Duration | <% @scheduler_stats.each do |stat| %> |
---|---|---|---|---|---|
<%= stat.name %> | <%= stat.hostname %>:<%= stat.pid %> | <% if stat.live_slots_start && stat.live_slots_finish %> <%= stat.live_slots_finish - stat.live_slots_start %> <% end %> | <%= sane_time stat.started_at %> | <%= sane_duration stat.duration_ms %> | <% if stat.success.nil? %> RUNNING <% elsif !stat.success %> FAILED <% end %> |