Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

Emakin employs various workers to carry out its routine jobs such as processing work items, running scheduled tasks, updating XML and full-text databases, sending e-mails and many more.

Use this screen to manage workers by adding custom settings to override their default job handling parameters. See Background Jobs page for detailed information on jobs.

Details

Each worker type has their own job handling values defined by default. Add a new worker configuration to override these existing values.

Attention

Be careful with these configurations since a careless decision might cause incoherence on job processing performance.


Worker

Select a worker type from the dropdown to adjust its settings.

Priority

Priority parameter specifies the importance of jobs. Jobs with higher priority get processed before the ones with lower priority.

Timeout Period

Specify a time threshold for jobs to keep being executed until that time.

If there are no errors while processing but still the time threshold is exceeded, job switches to error state. Please leave empty to use default value.

Delete After Period

Specify a time threshold for completed or aborted jobs to be kept until in the system before being deleted by automatic maintenance jobs. Please leave empty to use default value.

Maximum Retry Count

Specify the maximum execution retry number for that worker. If a job fails after reaching the retry count, job proceeds to the maximum retry statePlease leave empty to use default value.

Retry Period

Specify a retry interval when the job fails. Please leave empty to use default value.

Maximum Retry State

Final job result after maximum retry count exceeded.

Error State

Specify the state to be switched to when the job fails.

Alert Errors ?

Generate alert notification when the job fails.

Alert Abort ?

Generate alert notification when the job is aborted.

Alert to System Admin ?

Decide who will receive notification alerts for this worker.


  • No labels