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

New example: Distributed task queue #5126

Merged
merged 1 commit into from
Mar 6, 2015

Conversation

kbeecher
Copy link
Contributor

@kbeecher kbeecher commented Mar 6, 2015

Adds an example of using Kubernetes to build a distributed task queue
using Celery along with a RabbitMQ broker and Flower frontend.

Resolves: #1788

Adds an example of using Kubernetes to build a distributed task queue
using Celery along with a RabbitMQ broker and Flower frontend.

Resolves: kubernetes#1788

Use the file `examples/celery-rabbitmq/rabbitmq-service.json`:

```js
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: preference for yaml rather htan json

@brendandburns
Copy link
Contributor

Small nit that I think we'd prefer yaml to json for the config objects. I'm going to merge this as-is, feel free to send further revisions if you like.

Thanks for the contribution!
--brendan

brendandburns added a commit that referenced this pull request Mar 6, 2015
New example: Distributed task queue
@brendandburns brendandburns merged commit 6ed5bc2 into kubernetes:master Mar 6, 2015
@kbeecher
Copy link
Contributor Author

kbeecher commented Mar 6, 2015

Hi Brendan. You're welcome for the contribution. Sorry it wasn't in YAML, but I was taking inspiration from the Guestbook example which is in JSON. If I get some time in the future, I'll convert them to YAML and make an update.

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.

Example: task queue
3 participants