show_queue_history

By running the show_queue_history command, you can show the history of the portal.task and portal.lock tables.

The following help text is displayed when you run the command followed by -h:
Usage: show_queue_history [-ha] [-q qid]

Shows the history of the portal.task and portal.lock tables

 -a show all columns. Default is a columns related to performance.
 -q [qid] show just for this qid
 -f only show tasks that completely failed. Tasks that completed after some retry attempts are NOT shown.
 -n only show tasks that has a non-zero return code. Tasks that completed after some retry attempts are shown.
 -h show this usage message.