get_parsl_config#

lsst.ctrl.bps.parsl.get_parsl_config(config: BpsConfig) Config#

Construct parsl configuration from BPS configuration.

For details on the site configuration, see SiteConfig. For details on the monitor configuration, see get_parsl_monitor.

SiteConfig provides an implementation of the method get_parsl_config which returns a Parsl configuration with sensible defaults. Subclasses of SiteConfig can overwrite that method to configure Parsl in a way specific to the site’s configuration.

Parameters#

configBpsConfig

BPS configuration.

Returns#

parsl_configparsl.config.Config

Parsl configuration.