forked from andreisavu/django-jack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
41 lines (26 loc) · 871 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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