Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Queues. Queues work in First-In-First-Out (FIFO) mode. When a job runs in the queue, the next jobs are queued and wait for their turn to run. To run two jobs in parallel, it is necessary to distribute them into different queues. Queues are grouped into Clusters. There is one cluster per Data Location, named after the data location. Jobs are themselves executed sequentially in defined Queues in a FIFO (First-In First-Out) mode.
If two jobs can run simultaneously, they should be in different queues. For example, if two jobs address two different areas are processing records from unrelated entities in the same model, then these jobs can run simultaneously in different queues.

Creating a New Job Within a New Queue.

To create a job:

  1. Right-click the Jobs node and select Add Job…. The Create New Job wizard opens.

  2. In the Create New Job wizard, check the Auto Fill option and then enter the following values:

    • Name: Internal name of the object.

    • Description: Optionally enter a description for the Job.

  3. In the Queue Name: you can overwrite the Default queue name. Overwritten the Default queue name allows you to create a new job queue.

    Image Modified

  4. Click Next.

  5. In the Tasks page, select the Available Entities you want to process in this job and click the Add >> button to add them to the Selected Entities.

  6. Click Finish to close the wizard. The Job editor opens.

 

Info

Jobs Sequencing and Parallelism

...