Description
From user requests: it would be useful if elements of the status output were ordered better. Currently, the tasks are ordered in whatever order the python interpreter's iterator chooses for the set of tasks in a status response; likewise, task events are ordered semi-randomly by the interpreter. Instead, tasks should be presented in instance order, and events in timestamp order.