Skip to content

Beanstalkd is a simple, fast work queue. This repo contains Dockerfiles to run beanstalkd.

License

Notifications You must be signed in to change notification settings

davidtannock/docker-beanstalkd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Beanstalkd

Beanstalkd is a simple, fast work queue. Its interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously.

Usage

$ docker run -d -p 11300:11300 dtannock/beanstalkd
$ docker run -d -p 11301:11300 dtannock/beanstalkd -z 1024

About

Beanstalkd is a simple, fast work queue. This repo contains Dockerfiles to run beanstalkd.

Resources

License

Stars

Watchers

Forks

Packages

No packages published