pipelines.config module#

class pipelines.config.Config#

Bases: object

Class for resolving settings related to pipelines

property PIPELINES_CLEAR_LOG_DAYS#

The maximum age of logs when clear_tasks_and_logs is called if no maximum age is specified.

property PIPELINES_DEFAULT_PIPELINE_REPORTER#

The pipeline reporter to use by default

property PIPELINES_DEFAULT_PIPELINE_RUNNER: PipelineRunner#

The pipeline runner to use by default

property PIPELINES_DEFAULT_PIPELINE_STORAGE#

The default storage class to use when storing task results

pipelines.config.object_from_config(reporter)#