All Projects → mariuswilms → bsa

mariuswilms / bsa

Licence: BSD-3-Clause license
Console based administration tool for beanstalkd.

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to bsa

gostalkd
sjis.me
Stars: ✭ 18 (+38.46%)
Mutual labels:  beanstalk
jobs
RoadRunner: Background PHP workers, Queue brokers
Stars: ✭ 59 (+353.85%)
Mutual labels:  beanstalk
django-eb-sqs-worker
Django Background Tasks for Amazon Elastic Beanstalk
Stars: ✭ 27 (+107.69%)
Mutual labels:  beanstalk
Acl
Server framework and network components written by C/C++ for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS
Stars: ✭ 2,113 (+16153.85%)
Mutual labels:  beanstalk
aws-elastic-beanstalk-cli
The EB CLI is a command line interface for Elastic Beanstalk that provides interactive commands that simplify creating, updating and monitoring environments from a local repository.
Stars: ✭ 102 (+684.62%)
Mutual labels:  beanstalk
Bank-Note-Authentication
💸 Authenticate Bank Notes on the basis of Genuity and Forged using Sklearn and deployed on Heroku and FastAPI Server 💳 💲
Stars: ✭ 17 (+30.77%)
Mutual labels:  beanstalk
circleci-beanstalk-example
CircleCI 2.0 AWS Beanstalk example to deploy Node app
Stars: ✭ 34 (+161.54%)
Mutual labels:  beanstalk
aws-maven-plugin
Deploys resources to AWS using maven
Stars: ✭ 25 (+92.31%)
Mutual labels:  beanstalk
beansclient
Robust PHP client for beanstalkd work queue
Stars: ✭ 86 (+561.54%)
Mutual labels:  beanstalk
BSA
-- Console based administration tool for beanstalkd.

Synopsis
--------
Bsa is an interactive console based tool for beanstalkd[0] and allows to
run common administration tasks like inspecting tubes and jobs, clearing
a tube or kicking all jobs in a tube. It has history and autocompletion
support.

[0] https://kr.github.io/beanstalkd

Install the tool, then run it.
$ bsa

This will connect you to a local beanstalkd server on the default port.
beanstalkd [*] >

To get an overview of available commands type 'help' and press enter.
beanstalkd [*] > help

Bsa can operate on single, multiple or all tubes, to select a set of tubes
to work with use the 'use' command. This way clearing buried jobs from
multiple tubes becomes very easy.
beanstalkd [*] > use fix flux
beanstalkd [fix, flux] > clear buried

The 'list' command shows the status of each selected tube - or if none
is selected - the status of all available tubes.
beanstalkd [fix, flux] > list

              paused       ready/delayed/buried     waiting/watching/using
--------------------------------------------------------------------------
  fix            10s             20 (2) / 3 / 1                  1 / 0 / 0
  flux             -           101 (20) / 5 / 0                  0 / 2 / 0

Copyright & License
-------------------
Bsa is Copyright (c) 2014 David Persson if not otherwise stated. The code
is distributed under the terms of the BSD 3-clause License. For the full
license text see the LICENSE file.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].