pub fn attach_to_workers<'py>(
instance: &PyInstance,
workers: Vec<Bound<'py, PyPythonTask>>,
name: Option<&str>,
) -> PyResult<PyPythonTask>pub fn attach_to_workers<'py>(
instance: &PyInstance,
workers: Vec<Bound<'py, PyPythonTask>>,
name: Option<&str>,
) -> PyResult<PyPythonTask>