mirror of
https://github.com/wassname/openshift-celery-cartridge.git
synced 2026-07-26 13:27:25 +08:00
e6c9f78616eb4a5b40dc1da3d780ff32ebf326f2
openshift-celery-cartridge
Cartridge to Expose Celery as a Daemon on OpenShift
Configuration
OPENSHIFT_CELERY_CONFIGThis is the name of your config file, which by default is $OPENSHIFT_CELERY_DIR/conf.d/celeryconfig.py
To install
rhc cartridge-add https://raw.github.com/wassname/openshift-celery-cartridge/master/metadata/manifest.yml -a <appname>
Any log output will be generated to ${OPENSHIFT_TMP_DIR}/celery_log.txt
This was tested using:
celery==3.1.11
redis==2.10.3
To manage
$ rhc cartridge-status redis -a <yourapp>
Languages
Shell
43.9%
Ruby
31.7%
Python
24.4%