From 325b78fdec78ececfdb6ced186f67db2ecd4abdc Mon Sep 17 00:00:00 2001 From: dongweiming Date: Fri, 28 Jun 2013 19:27:27 -0700 Subject: [PATCH] Add celery wiki --- Plugins.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Plugins.md b/Plugins.md index 8dfa68e..0857158 100644 --- a/Plugins.md +++ b/Plugins.md @@ -170,6 +170,18 @@ Commands for [Capistrano](https://github.com/capistrano/capistrano/wiki), a depl * cap -- a few commands for Capistrano, a deployment tool built in Ruby +## celery +**Maintainer:** [dongweiming](https://github.com/dongweiming) + +Commands for [celery](https://github.com/celery/celery), a distributed task queue. + +### Completion + +``` +# View worker have those parameter options +celery worker +``` + ## command-not-found **Maintainer:** [robbyrussell][robbyrussell]