The command to be executed
<%= @recurring_task.command %>
The job class to be executed
<%= @recurring_task.class_name %>
The arguments to be passed to the job
<%= JSON.pretty_generate(@recurring_task.arguments) %>
Additional information about this recurring task
<%= @recurring_task.description %>
Based on the current schedule