bartender.link#
Functions#
|
Link external directory as job. |
|
Create a job in the database. |
Module Contents#
- bartender.link.link_job(directory: pathlib.Path, submitter: str, application: str, config: pathlib.Path, destination: str = 'local') None#
Link external directory as job.
- Parameters:
directory (pathlib.Path) – Directory to link as job
submitter (str) – Submitter of job
application (str) – Application of job
config (pathlib.Path) – Configuration with schedulers that need arq workers
destination (str) – Destination of job
- Return type:
None