jobflow_remote.jobs.store module#
- jobflow_remote.jobs.store.get_jobstore(project_name: str | None = None, jobstore_name: str | None = None) JobStore [source]#
Helper function to get the jobstore in a project.
- Parameters:
project_name – Name of the project or None to use the one from the settings.
jobstore_name – The name of the optional jobstore to return. If None the default JobStore.
- Return type:
A JobStore