Dears
Just need to confirm one thing , is there any good tool to admin
beanstalkd?
I will setup one server with beanstalkd and 3 to 10 workers (small
setup) and I didn't find any good tool just to do basic
administration like
- listing jobs in tube
- moving one or more jobs to different state
- deleting one or more jobs from tube
- monitor tube and alert for jobs
I found
http://github.com/andreisavu/django-jack but it's very
difficult to setup and not even sure if it's will work and provide the
functions above
Also
https://github.com/dustin/beanstalk-tools I could understand how
to use it for example to delete jobs or change job status