Cloud Enabled

CeleryManagement is fully integrated with libcloud allowing you to operate your CeleryManagement infrastructure on the cloud computing provider of your choice.

Building Your Image on the Cloud

To begin running your celery infrastructure in cloud computing environments, you will need to first build a cloud image that meets the following requirements:

  • celery or django-celery installed
  • SSH server start by default at boot
  • Your Task code
  • Have installed CeleryManagementLib (optional but recommended)

Configuring Your System

If you want to have CeleryManagement manage and control your infrastructure dynamically set the following variable in the settings.py file:

CELERYMANAGEMENTAPP_INFRASTRUCTURE_USE_MODE = "dynamic"

Once set, all configuration and management happens through the web interface at this location:

/celerymanagementapp/view/configure/

Table Of Contents

Previous topic

Policy Recipes

This Page