The Job Service is a process that runs on the Centric 8 Application Server, to execute different background jobs. The Job Service is single threaded and can execute only one job at a time.

There are several built-in jobs in Centric 8 and each ${Customer.Name} can add their own export or import jobs. Each Job has a scheduler, that instructs the Job Service on when to execute it.

The Job Service cycle follows the following simple logic:

  1. Query for all Jobs in the DB.
  2. For each job check if it is due.
  3. If job is due, execute it.
  4. Repeat steps 2-4 until all jobs are executed.

NOTE: In the Cluster environment only one instance of the Job Service can be active.

SECTION: JOB SERVICE STATUS

All Job requests or Job services are sent to the server for processing. This section of the tab allows Users to view and change job status, edit scheduled processes and manage the document service and PDF printing.

  1. To suspend the job services, click on STOP. The Status is changed from Running to Stopped.
  2. To restart the job services, click on START
  3. To refresh the details displayed on this tab, click on REFRESH.

SECTION: JOB SCHEDULES

This section of the tab provides details regarding the Jobs scheduled as well as the execution time and progress of the job.

The following attributes are displayed in the Default view:

For changes to be reflected within the C8 application , from the main menu bar, select Actions > Update Configuration.