Process name:
{%- if handler -%}{{ handler.scheduler_entry.process_name }}{%- endif -%}
BashDriver
Entry name:
Name of the schedulable item. Has to be unique.
Description:
Human-targeted description of the schedulable item
State:
STATE_ON
STATE_OFF
STATE_ON - active and running, STATE_OFF - deactivated and idle
Trigger time:
Either of:
"every XXX" where XXX stands for seconds; For instance: "every 60"
"at DoW-HH:MM, ..., DoW-HH:MM" where DoW is numerical Day Of Week (Mon-0, Sun-6, *-every day); For instance: "at 2-15:00" - specifies Wed, 15:00 UTC "at *-12:00, 3-09:09" specifies everyday at 12:00 UTC and Thu at 15:00 UTC
Arguments:
{%- if handler -%} {{ handler.scheduler_entry.arguments|jsonify }} {%- else -%} {"cmd_path": "", "cmd_file": "", "cmd_args": "", "cmd_host": "" } {%- endif -%}
This is process-specific set of arguments that are used to construct and run an actual job