Skip to content

edmcdonagh/openshift-celery-cartridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Cartridge to Expose Celery as a Daemon on OpenShift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.0%
  • Python 45.0%