Project

sideq

0.0
No commit activity in last 3 years
No release in over 3 years
A command line tool to access the sidekiq api methods, making actions available to shell scripts and command prompts
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 4.1.0, ~> 4.1
 Project Readme

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