Skip to content

Instantly share code, notes, and snippets.

@anshultiwari1
Last active May 30, 2016 13:02
Show Gist options
  • Save anshultiwari1/a76272c4d1d5939dcec0 to your computer and use it in GitHub Desktop.
Save anshultiwari1/a76272c4d1d5939dcec0 to your computer and use it in GitHub Desktop.
to get all tasks for a particular job id from tractor database ...
# to get all tasks for a particular job id from tractor database
tq_bin='/home/anshul/dev/python/Tractor-2.0/bin/tq'
export TRACTOR_ENGINE=fox:1503
$tq_bin tasks "jid=877" -c tid,wtime,current --nh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment