Versions Compared

Key

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

...

(warning) After running JobShell, it may be necessary to manually clear or change ownership on cache files, especially if the command is not run as the Apache user.

Arguments

(info) Registry v3.3.0 introduces Job Plugins. Existing tasks will remain available until Registry v4.0.0 (CO-1310), at which time they will be converted to Job Plugins.

Usage:

  1. job [-hqv] [-c coid] [task] [task...]
  2. job [-hqsv] job -c coid -s [params...]
  3. job [-hqv] -r -c coid

Usage 1 is deprecated, and will be removed in Registry v4.0.0. Usages 2 and 3 are available since Registry v3.3.0.

Where:

  • c: Numeric CO ID to process tasks for (default: All COs) (--coid)
  • h: Display help (--help)
  • q: Quiet mode, suppress most output (--quiet)
  • r: Run queued jobs (--runqueue)
  • s: Run the specified job synchronously (--synchronous)
  • v: Verbose mode, enable additional output (--verbose)
  • job: Job to run, corresponding to the prefix of the plugin name (eg: for the plugin ProvisionerJob, the job is Provisioner).
  • params: Job-specific parameters
  • task: Task or tasks to run (default: All available tasks)

...