bartender.schedulers.dirac_config#
Classes#
Configuration for DIRAC scheduler. |
Module Contents#
- class bartender.schedulers.dirac_config.DiracSchedulerConfig#
Bases:
pydantic.BaseModelConfiguration for DIRAC scheduler.
- Parameters:
apptainer_image – Path on cvmfs to apptainer image. Will run application command inside apptainer image.
storage_element – Storage element to upload output files to.
proxy – Proxy configuration.
- type: Literal['dirac'] = 'dirac'#
- apptainer_image: pathlib.Path | None = None#