roger v1.0.0 Roger.NodeInfo

Get information about the current partitions, queues and jobs on this node.

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

Functions

partitions()

Retrieve combined partition info on all running and waiting partitions, on this node.

running_jobs()

Retrieve all jobs that are currently running on this node.

running_jobs(partition_id)

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

running_partitions()

Retrieve all partitions that are currently started on this node.

waiting_partitions()

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.