<%= recurring_task_circle(@recurring_task.type, class: "size-4") %> Recurring Task #<%= @recurring_task.id %>

Type
<%= recurring_task_type_badge(@recurring_task.type) %>
Key
<%= @recurring_task.key %>
Schedule
<%= @recurring_task.schedule %>
<% if @recurring_task.queue_name? %>
Queue Name
<%= @recurring_task.queue_name %>
<% end %>
<% if @recurring_task.priority? %>
Priority
<%= @recurring_task.priority %>
<% end %>
Static
<%= @recurring_task.static ? "Yes" : "No" %>
Created At
<%= @recurring_task.created_at.to_fs(:database) %>
Updated At
<%= @recurring_task.updated_at.to_fs(:database) %>
<% if @recurring_task.command.present? %>

Command

The command to be executed

<%= @recurring_task.command %>
<% end %> <% if @recurring_task.class_name.present? %>

Job Class

The job class to be executed

<%= @recurring_task.class_name %>
<% end %> <% if @recurring_task.arguments.present? %>

Arguments

The arguments to be passed to the job

<%= JSON.pretty_generate(@recurring_task.arguments) %>
<% end %> <% if @recurring_task.description.present? %>

Description

Additional information about this recurring task

<%= @recurring_task.description %>
<% end %>

Next Runs

Based on the current schedule