NAME

cluster - runs an Argon cluster

SYNOPSIS

cluster -p 8888 [-q 50] [-c 2]

Options:
  -[p]ort          port on which to listen
  -[l]limit        max items permitted to queue (optional; default 64)
  -[c]heck         seconds before queue reprioritization (optional; default 2)
  -[h]elp          prints this help message

DESCRIPTION

cluster runs an Argon cluster on the selected port.

OPTIONS

-[h]elp

Print a brief help message and exits.

-[p]ort

The port on which the cluster listens.

-[l]imit

Sets the maximum number of messages which may build up in the queue before new tasks are rejected. Optional; default value 64.