Skip to content

wricardo/resque-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resque-cli Build Status

Tool to monitor Resque on the command line

Installing

go get github.com/wricardo/resque-cli
cd $GOPATH/github.com/wricardo/resque-cli
make build && make install

Running

After you've installed the binary is on /usr/local/bin/resque-cli .

Watching the number of jobs on queues:

resque-cli watch queues

Watching the number of jobs on queues on a different host:

resque-cli watch queues -host somehost.com -p 6379

About

Tool to monitor Resque queues on the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published