Roger.NodeInfo (roger v3.1.1) View Source
Get information about the current partitions, queues and jobs on this node.
Link to this section Summary
Functions
Retrieve combined partition info on all running and waiting partitions, on this node.
Retrieve all jobs that are currently running on this node.
Retrieve all running jobs for the given partition on this node.
Retreive all the currently running partition ids.
Retrieve all partitions that are currently started on this node.
Retreive all running worker pids on this node.
Retrieve all partitions that are currently waiting for start.
Link to this section Functions
Retrieve combined partition info on all running and waiting partitions, on this node.
Retrieve all jobs that are currently running on this node.
Retrieve all running jobs for the given partition on this node.
Retreive all the currently running partition ids.
Retrieve all partitions that are currently started on this node.
Retreive all running worker pids on this node.
Retrieve all partitions that are currently waiting for start.
When an partition is waiting for start, it typically means that the partition had trouble starting (e.g. due to a failed AMQP connection). When this is the case, the partition will be retried regularly.