Process name:
{%- if not handler -%}
{%- for process_name, process_entry in synergy_process_context.iteritems() -%} {%- if process_entry.process_type is not none and process_entry.process_type != 'type_gc' -%}
{{ process_name }}
{%- endif -%} {%- endfor -%}
{%- else -%}
{%- endif -%}
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
{%- if not handler -%}
{%- else -%}
{%- endif -%}