DaemonSchedulerTaskWorker

Daemon::SchedulerTaskWorker::MaximumWorkers

Defines the maximum number of tasks to be executed as the same time. Note: Options below 5 might result in a slow processing of the tasks and are not recommended.

This setting can not be deactivated.

Default value:

5

Daemon::SchedulerTaskWorker::NotificationRecipientEmail

Specifies the email addresses to get notification messages from scheduler tasks.

Default value:

root@localhost

Daemon::SchedulerTaskWorker::WorkingTimeLimit

Specifies the working time limits. “WarningLimit” warns, “KillLimit” stops the task.

Default value:

---
KillLimit: '86400'
WarningLimit: '3600'
Scroll to Top