Skip to content

Jack and the Beanstalkd. Webapp for basic work queue administration.

License

Notifications You must be signed in to change notification settings

zhaoqz/django-jack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jack - Beanstalkd web administration interface
==============================================

What is beanstalkd?
-------------------

"... a fast, general-purpose work queue."

See http://xph.us/software/beanstalkd/ for general info.

What can I do using this application?
-------------------------------------

- put job on queue in a given tube
- inspect job: view body and statistics
- inspect burried jobs and kick all or individual
- inspect delayed jobs
- view what tubes are currently in use and stats
- view queue statistics
- do all the above for multiple beanstalkd servers

Requirements
------------

* Django 1.1

    http://www.djangoproject.com/

* beanstalkc

    http://github.com/earl/beanstalkc
    
* pyyaml

    http://pyyaml.org/
    beanstalkc used to parse the returned results.

* django-flash
    
    https://github.com/danielfm/django-flash

About

Jack and the Beanstalkd. Webapp for basic work queue administration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%