Job Status: <%= @status["jid"] %> <%= @status["status"] %>

" aria-valuemin="0" aria-valuemax="100" style="width: <%= @status["pct_complete"].to_i %>%">
<%= @status["pct_complete"].to_i %>%

<%= @status["worker"] %>

Arguments

<%= @status["args"].empty? ? "none" : @status["args"] %>

Message

<%= @status["message"] || "none" %>

Last Updated

<% secs = Time.now.to_i - @status["update_time"].to_i %> <% if secs > 0 %> <%= ChronicDuration.output(secs, :weeks => true, :units => 2) %> ago <% else %> Now <% end %>

<% if @status["custom"].any? %>
<% @status["custom"].each do |key, val| %>
<%= key %>
<% if val && val.include?("\n") %>
<%= val %>
<% else %>

<%= val || "none" %>

<% end %>
<% end %> <% end %>
← back to all statuses