Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oldhammade/beanstalkctl
A shell-like interface for interacting with beanstalkd
https://github.com/oldhammade/beanstalkctl
beanstalkd python
Last synced: about 6 hours ago
JSON representation
A shell-like interface for interacting with beanstalkd
- Host: GitHub
- URL: https://github.com/oldhammade/beanstalkctl
- Owner: OldhamMade
- License: mit
- Created: 2014-06-12T14:22:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-25T14:00:09.000Z (over 10 years ago)
- Last Synced: 2023-03-11T16:26:14.009Z (over 1 year ago)
- Topics: beanstalkd, python
- Language: Python
- Homepage:
- Size: 408 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
beanstalkctl
============.. image:: https://travis-ci.org/OldhamMade/beanstalkctl.svg?branch=master
:target: https://travis-ci.org/OldhamMade/beanstalkctlA shell-like interface for interacting with beanstalkd.
Put, peek at, bury, and delete jobs, list tubes, and get
status information... image:: ScreenShot.png
Commands
--------``help``
Print the help message``overview``
Show an overview of the current status of the beanstalkd server``whoami``
Show the current connection details``stats full``
Show all stats for the server
``stats short``
Show useful stats for the server
``stats tube ``
Show stats for a tube``list all``
List all tubes
``list buried``
List all tubes with buried jobs
``list delayed``
List all tubes with delayed jobs
``list ready``
List all tubes with ready jobs
``list reserved``
List all tubes with reserved jobs
``list urgent``
List all tubes with urgent jobs``put ``
Put a message onto a queue``peek buried``
Peek at the next buried job on a tube
``peek id ``
Peek at a specific job using it's id
``peek ready``
Peek at the next ready job on a tube``bury one ``
Bury the next ready job on a tube
``bury tube ``
Bury all jobs on a tube``kick list``
List all tubes with buried jobs
``kick one ``
Kick the next buried job on a tube
``kick tube ``
Kick all buried jobs on a tube
``kick everything``
Kick all buried jobs from all tubes``delete ``
Delete a job by ID``clear tube ``
Clear a tube of all jobs
``clear everything``
Clear all tubes of all jobs``populate tube ``
Populate a tube with random jobs
``populate tubes``
Populate beanstalkd with random tubes and messages``version``
Print the beanstalkctl version