Class: PuppetX::PuppetLabs::ScheduledTask::Task::TASK_INSTANCES_POLICY
- Inherits:
-
Object
- Object
- PuppetX::PuppetLabs::ScheduledTask::Task::TASK_INSTANCES_POLICY
- Defined in:
- lib/puppet_x/puppetlabs/scheduled_task/task.rb
Overview
Constant Summary collapse
- TASK_INSTANCES_PARALLEL =
Starts new instance while an existing instance is running.
0
- TASK_INSTANCES_QUEUE =
Starts a new instance of the task after all other instances of the task are complete.
1
- TASK_INSTANCES_IGNORE_NEW =
Does not start a new instance if an existing instance of the task is running.
2
- TASK_INSTANCES_STOP_EXISTING =
Stops an existing instance of the task before it starts a new instance.
3