2013-12-27 15:21:48 +08:00
2013-12-27 12:26:24 +08:00
2013-12-27 15:21:48 +08:00
2013-12-27 14:09:17 +08:00
2013-08-06 13:51:59 -04:00
2013-12-26 23:29:56 +08:00
2013-12-27 11:30:51 +08:00
2013-12-27 14:09:17 +08:00
2013-12-26 23:21:15 +08:00

openshift-celery-cartridge

Cartridge to Expose Celery as a Daemon on OpenShift

Environment Variables

  • OPENSHIFT_CELERY_BROKER_TRANS : Defines the broker type that celery will use. Current available options are: -- mongodb : DEFAULT -- amqp -- redis
  • OPENSHIFT_CELERY_BROKER_URL : The connection URL for the broker, omitting the transport. For example, an amqp value may look like: guest:guest@localhost:5672//
  • OPENSHIFT_CELERY_IMPORTS : Defines the modules that celery should import. Currently only supports 1 module import path

Currently only supports MongoDB as backend for queues, but in progress to support more environment variables to allow vairous backends and configurations.

S
Description
Cartridge to Expose Celery as a Daemon on OpenShift
Readme
106 KiB
Languages
Shell 43.9%
Ruby 31.7%
Python 24.4%