Versions Compared

Key

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

...

Worker daemons can be configured to listen for jobs assigned to a specific ‘zone’. This means that a worker daemon will only process jobs assigned to its zone. Multiple worker daemons can listen to the same zone.

Jobs are assigned to a specific zone in their workflow. The following table shows which zones are used by which workflows.

One of the uses of zones to make sure files are only accessed from the correct machine. For example, we want to make sure a file has been checked for viruses before they are ever processed on the dav-<env>-archive machines.

Jobs are assigned to a specific zone in their workflow. The following table shows which zones are used by which workflows.

Zone

Workflows

sip_ingest

  • sip_ingest

ingest

  • document_ingest

    • Subprocess of process ‘dossier’

default

  • document_archive

    • Subprocess of process ‘dossier’

  • Workflows without any zone specified.

...