jobflow_remote.jobs.store module#

jobflow_remote.jobs.store.get_jobstore(project_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.

Return type:

A JobStore