Versions Compared

Key

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

...

The -m flag controls the maximum number of Jobs that each Queue Runner will be process before exiting. This flag serves as a safety check to prevent runaway or long running processes, however in a multi-tenant deployment it is possible for a single tenant to "starve" other tenants by queueing a very large number of Jobs. This can be mitigated by setting -p to a sufficiently large value, or by starting Queue Runners specific to each CO (via -c).

...