Module: PoiseApplicationPython::Resources::CeleryConfig

Defined in:
lib/poise_application_python/resources/celery_config.rb

Overview

An application_celery_config resource to configure Celery workers.

Examples:

application '/srv/myapp' do
  git '...'
  pip_requirements
  celery_config do
    options do
      broker_url '...'
    end
  end
  celeryd
end

Since:

  • 4.0.0

  • 4.0.0

Defined Under Namespace

Classes: Provider, Resource