climate_ref_celery.app
#
Celery app creation
create_celery_app(name)
#
Create a Celery app
This function creates a new Celery app with the given name and configuration module.
The configuration module is loaded from the environment variable CELERY_CONFIG_MODULE
which defaults to climate_ref_celery.celeryconf.dev if not set.
Source code in packages/climate-ref-celery/src/climate_ref_celery/app.py
setup_logging_handler(loglevel, **kwargs)
#
Set up logging for the Celery worker using the celery signal
Source code in packages/climate-ref-celery/src/climate_ref_celery/app.py
worker_ready_handler(**kwargs)
#
Log a message when the worker is ready