Skip to content

Instantly share code, notes, and snippets.

/result.pl Secret

Created April 19, 2016 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/fe4996e033379a21571d33a9e0d463ae to your computer and use it in GitHub Desktop.
Save anonymous/fe4996e033379a21571d33a9e0d463ae to your computer and use it in GitHub Desktop.
{
queues => {
default => {
active_jobs => 1,
inactive_jobs => 4,
failed_jobs => 1,
finished_jobs => 5
},
important => {
active_jobs => 1,
inactive_jobs => 0,
failed_jobs => 0,
finished_jobs => 2
}
}
}
id | queue | state
--------+-----------+----------
270007 | default | finished
270005 | default | inactive
270006 | important | finished
270009 | important | active
270010 | important | finished
270011 | default | active
270021 | default | inactive
270024 | default | finished
270023 | default | failed
270022 | default | finished
270025 | default | inactive
270027 | default | inactive
270026 | default | finished
270028 | default | finished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment