Skip to content

sriedel/sideq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sideq

A CLI interface to the sidekiq api

usage

sideq --help

Commands and subcommands:
stats                        Print sidekiq statistics
queues list                  List all known queues
queue list name              List contents of named queue
queue show name jid [jid...] Show details of jobs in named queue
queue del name jid [jid...]  Delete jobs from the named queue
queue clear name             Clear all jobs from the named queue
retry list                   List contents of the retry set
retry list csv               List contents of the retry set as CSV
retry show jid [jid ...]     Show details of entrie sin the retry set
retry del jid [jid ...]      Delete entries from the retry set
retry kill jid [jid ...]     Move jobs from the retry set to the dead set
retry now jid [jid ...]      Retry jobs in the retry set right now
retry clear                  Clears all entries in the retry set
dead list                    List contents of the dead set
dead list csv                List contents of the dead set as CSV
dead show jid [jid...]       Show details of entries in the dead set
dead del jid [jid...]        Delete jobs from the dead set
dead now jid [jid...]        Retry jobs from the dead set right now
dead clear                   Clears all entries of the dead set
processes list               Lists all processes known to sidekiq
processes quiet              Send the quiet signal to all sidekiq processes
processes kill               Send the kill signal to all sidekiq processes
processes clean              Clear dead process entries from the process list
workers list                 List all workers

Options:
    -n, --database=redisdb           Number of the redis database
    -h, --host=hostname              Hostname of the redis instance
    -p, --port=port                  Portnumber of the redis instance
    -u, --url redis_url              URL to connect to (redis://host:port/db)
        --help                       Prints this help

About

A CLI interface to the sidekiq api

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages