Skip to content

Instantly share code, notes, and snippets.

@anshultiwari1
Last active May 30, 2016 13:02
Show Gist options
  • Save anshultiwari1/a6d3de024101ced619a2 to your computer and use it in GitHub Desktop.
Save anshultiwari1/a6d3de024101ced619a2 to your computer and use it in GitHub Desktop.
to get all jobs from tractor database ...
# to get all jobs from tractor database
tq_bin='/home/anshul/dev/python/Tractor-2.0/bin/tq'
export TRACTOR_ENGINE=fox:1503
$tq_bin jobs "done and stoptime > -7d " -c title,owner,jid,numdone,stoptime,esttotalsecs --nh | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment