Loading...
 
Skip to main content

History: Scheduler_Presets

Source of version: 3

Copy to clipboard
            Configuration profile that enable Scheduler feature and loads a preset of schedulers.

{CODE(caption=>YAML,wrap=>0)}
preferences:
  webcron_enabled: y
  webcron_type: both
  webcron_run_interval: 60
  feature_scheduler: y
  scheduler_stalled_timeout: 15
  scheduler_notify_on_stalled: y
  scheduler_healing_timeout: 30
  scheduler_notify_on_healing: y
  scheduler_keep_logs: 50
objects:
  -
    type: scheduler
    ref: scheduler_preset_1
    data:
      name: Search Index Rebuild
      task: ConsoleCommandTask
      params:
        console_command: index:rebuild
      run_time: 0 6 * * *
      status: active
  -
    type: scheduler
    ref: scheduler_preset_2
    data:
      name: Tiki Update
      description: Update the current installation using the svup tool
      task: ShellCommandTask
      params:
        shell_command: php docs/devtools/svnup.php
      run_time: 0 4 * * *
      status: inactive
{CODE}
        

History

Information Version
Thu 16 of Aug, 2018 08:14 GMT-0000 luciash d' being 🧙 typo 5
Sat 04 of Aug, 2018 15:48 GMT-0000 Jorge Sá Pereira Update categories 4
Sat 04 of Aug, 2018 15:46 GMT-0000 Jorge Sá Pereira Rename object ref 3
Sat 04 of Aug, 2018 15:16 GMT-0000 Jorge Sá Pereira Add profile code 2
Sat 04 of Aug, 2018 15:10 GMT-0000 Jorge Sá Pereira Added first version 1