A Celery based job runner
Project description
This file requires editing
==========================
Note to the author: Please add something informative to this README *before*
releasing your software, as `a little documentation goes a long way`_. Both
README.rst (this file) and NEWS.txt (release notes) will be included in your
package metadata which gets displayed in the PyPI page for your project.
You can take a look at the README.txt of other projects, such as repoze.bfg
(http://bfg.repoze.org/trac/browser/trunk/README.txt) for some ideas.
.. _`a little documentation goes a long way`: http://www.martinaspeli.net/articles/a-little-documentation-goes-a-long-way
Credits
-------
- `Distribute`_
- `Buildout`_
- `modern-package-template`_
.. _Buildout: http://www.buildout.org/
.. _Distribute: http://pypi.python.org/pypi/distribute
.. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template
News
====
0.6
___
* Support list_queued for celery tasks.
0.5
___
* removed: manage RabbitMQ server via testresources, instead of using
system rabbit
0.4
___
* manage RabbitMQ server via testresources, instead of using system rabbit
* new script jobrunnerctl
0.3
---
* Support fast lane/slow lane queues
* Support retry_error_types even when security-proxied
0.2
---
* Updates to support running via celery in Launchpad
0.1
---
*Release date: 15-Mar-2012*
* Initial reelease
==========================
Note to the author: Please add something informative to this README *before*
releasing your software, as `a little documentation goes a long way`_. Both
README.rst (this file) and NEWS.txt (release notes) will be included in your
package metadata which gets displayed in the PyPI page for your project.
You can take a look at the README.txt of other projects, such as repoze.bfg
(http://bfg.repoze.org/trac/browser/trunk/README.txt) for some ideas.
.. _`a little documentation goes a long way`: http://www.martinaspeli.net/articles/a-little-documentation-goes-a-long-way
Credits
-------
- `Distribute`_
- `Buildout`_
- `modern-package-template`_
.. _Buildout: http://www.buildout.org/
.. _Distribute: http://pypi.python.org/pypi/distribute
.. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template
News
====
0.6
___
* Support list_queued for celery tasks.
0.5
___
* removed: manage RabbitMQ server via testresources, instead of using
system rabbit
0.4
___
* manage RabbitMQ server via testresources, instead of using system rabbit
* new script jobrunnerctl
0.3
---
* Support fast lane/slow lane queues
* Support retry_error_types even when security-proxied
0.2
---
* Updates to support running via celery in Launchpad
0.1
---
*Release date: 15-Mar-2012*
* Initial reelease