Tools that will make your life easier when dealing with beanstalkd.
delete_jobs.py will delete jobs in beanstalk. It will first peek the next job and then use picked job id to delete the job. This process is very slow, and to combat slowness this script uses 5 parallel threads.
./delete_jobs.py <host> <port> <tube> <type>
type
can either be buried
or delayed
.
MIT