Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to add a beanstalk queue, fixes #1313 #1315

Merged
merged 1 commit into from Jan 7, 2019

Conversation

mrimann
Copy link
Contributor

@mrimann mrimann commented Nov 30, 2018

Resolves #1313

@CLAassistant
Copy link

CLAassistant commented Nov 30, 2018

CLA assistant check
All committers have signed the CLA.

@rfay
Copy link
Member

rfay commented Nov 30, 2018

Thanks for this! It looks like it was pretty straightforward.

Copy link
Contributor

@andrewfrench andrewfrench left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While I'm not familiar with using Beanstalk, I was able to confirm that this configuration spins up a Beanstalk container and that service can be interacted with from other ddev project containers.

  • Copy pkg/servicetest/testdata/services/docker-compose.beanstalkd.yaml to .ddev/docker-compose.beanstalkd.yaml
  • ddev start
  • ddev ssh
  • telnet beanstalk 11300
  • use test-tube
    USING test-tube
  • put 0 0 0 5
    hello
    INSERTED 1
  • peek 1
    FOUND 1 5
    hello

(Beanstalk protocol)

@rfay rfay changed the title Document how to add a beanstalk queue Document how to add a beanstalk queue, fixes #1313 Jan 7, 2019
@rfay rfay merged commit 76187c4 into ddev:master Jan 7, 2019
@dclear dclear added this to the v1.5.2 milestone Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants