pyslk.recall_dev

Contents

pyslk.recall_dev#

pyslk.recall_dev(resource: str | int | Path | list[str] | GroupCollection | None = None, search_id: str | int | None = None, search_query: str | None = None, recursive: bool = False, n_parallel_recalls_soft_max: int = 5, proceed_on_error: bool = False, verbose: bool = False, **kwargs) GroupCollection#

kwargs: * n_parallel_recalls_hard_max * split_recalls * wait_time_check_running_jobs (in seconds) * max_tape_number_per_search * wait_until_finished

Parameters:
  • resource (str, list, Path) – list of files or a namespaces with files that should be recalled.

  • search_id (int, str) – id of a search

  • search_query (str) – a search query

  • recursive (bool) – do recursive search in the namespaces

  • n_parallel_recalls_soft_max (int) – number of parallel recalls to perform

  • proceed_on_error (bool) – do not throw an error if a recall job cannot be submitted

  • verbose (dict) – verbose mode

  • kwargs – keyword arguments

Returns:

a collection of all

Return type:

GroupCollection