mirror of
https://github.com/wassname/openshift-celery-cartridge.git
synced 2026-08-08 11:23:04 +08:00
e4f1b01b8e26617435b7726ddf0b7b4efb5477cd
openshift-celery-cartridge
Cartridge to Expose Celery as a Daemon on OpenShift
Environment Variables
-
OPENSHIFT_CELERY_BROKER_URLThe connection URL for the broker, omitting the transport. For example, an amqp value may look like: guest:guest@localhost:5672// -
OPENSHIFT_CELERY_IMPORTSDefines the modules that celery should import. Currently only supports 1 module import path
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
To manage
$ rhc cartridge-status redis -a <yourapp>
Languages
Shell
43.9%
Ruby
31.7%
Python
24.4%