Code Monkey home page Code Monkey logo

docker-beanstalkd's People

Contributors

kusmierz avatar

Watchers

 avatar  avatar  avatar

Forkers

rasodu

docker-beanstalkd's Issues

Jobs persistent

http://stackoverflow.com/questions/30489788/preserve-beanstalkd-queue-on-restart-or-crash
https://github.com/kr/beanstalkd/wiki/faq#are-the-jobs-persistent-what-happens-if-the-power-goes-out

Can we add option to allow job persistence? Let me know if you would like me to create pull request. I am listing the changes that I think will be needed to support this. This would be an optional feature. To enable this feature user will be required to specify custom command when running container. If no command argument is specified when running container, then this image will work exactly the same way as the current image.

Changes for dockerfile.

+RUN mkdir -m 777 -p /var/lib/beanstalkd
-CMD ["beanstalkd", "-p", "11300", "-u", "nobody"]
+ENTRYPOINT ["beanstalkd", "-p", "11300", "-u", "nobody"]

Command to enable persistence.

docker run <image> -b /var/lib/beanstalkd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.