roger v1.2.0 Roger.NodeInfo 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

Retrieve all partitions that are currently started 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.

Link to this function running_jobs(partition_id) View Source

Retrieve all running jobs for the given partition on this node.

Retrieve all partitions that are currently started 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.