executorlib.task_scheduler.file.task_scheduler.create_file_executor
executorlib.task_scheduler.file.task_scheduler.create_file_executor
-
executorlib.task_scheduler.file.task_scheduler.create_file_executor(executor_kwargs: dict, max_workers: int | None = None, backend: str | None = None, max_cores: int | None = None, cache_directory: str | None = None, pmi_mode: str | None = None, flux_executor=None, flux_executor_nesting: bool = False, flux_log_files: bool = False, pysqa_config_directory: str | None = None, hostname_localhost: bool | None = None, block_allocation: bool = False, init_function: ~typing.Callable | None = None, disable_dependencies: bool = False, execute_function: ~typing.Callable = <function execute_in_subprocess>, wait: bool = True, refresh_rate: float = 0.01, validator: ~typing.Callable = <function validate_resource_dict>)[source]