Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Nuclos job queue: serialize jobs, deadlock, prevent parallel execution, job control, queue.

globe with meridians Language: Deutsch · English

light bulb Job queue

Serialize jobs – queues prevent parallel runs and deadlocks.

Status
colourGreen
titleKonzept
Status
colourBlue
titleAdministrator
Status
colourGreen
titleUpdated: Jul 2026
Status
colourGrey
titleapplies to Nuclos 4.2026.x

Panel
bgColor#F4F5F7

On this page

Inhalt
maxLevel2
minLevel2

The job queue complements job control: jobs in the same queue do not run in parallel but sequentially. This avoids overlaps and deadlocks.

Use cases

  • Two tightly scheduled jobs access the same database objects – if they overlap a deadlock may occur. Same queue → job B starts only after job A.
  • A per-minute job A and a twice-daily job B should never run at the same time – same queue → A pauses while B runs.

Configuration

  1. Create a new job queue if needed.
  2. Assign the queue to the job in job control.

Related pages

gear Job control


Jobs.

Open →