Workers¶
Workers defines host-level overrides for background job processing. Emakin uses different worker types for activities such as work-item processing, scheduled tasks, XML/full-text maintenance, and email delivery.

When to Use This Page¶
Use this page when default worker behavior is not suitable for your environment and you need to tune retry, timeout, or alert behavior for a specific worker type.
For job-state meaning and background processing context, see Background Jobs.
Warning: Incorrect worker settings can disrupt job processing performance and operational stability.
Settings Reference¶
Worker¶
Selects which worker type the override applies to.
Priority¶
Controls job priority. Higher-priority jobs are processed before lower-priority jobs.
Timeout Period¶
Defines how long a job may keep running before Emakin treats it as failed. If left empty, the default worker value is used.
Delete After Period¶
Defines how long completed or aborted jobs stay in the system before maintenance removes them.
Maximum Retry Count¶
Defines how many times the worker retries a failed job before moving it to the maximum-retry state.
Retry Period¶
Defines the interval between retries after a failure.
Maximum Retry State¶
Defines the final state applied once the retry count is exhausted.
Error State¶
Defines the state applied when the job fails.
Alert Errors?¶
Enables alert notifications for worker errors.
Alert Abort?¶
Enables alert notifications for aborted jobs.
Alert to System Admin?¶
Defines who receives worker alerts.