the StatusLister class dumps a yaml report on stdout showing how many jobs are in each of the states
[Source]
# File lib/rq-2.3.1/statuslister.rb, line 20 20: def statuslist 21: #--{{{ 22: set_q 23: puts @q.status.to_yaml 24: #--}}} 25: end
[Validate]