Function regenerate_index_files

Source
pub fn regenerate_index_files(
    shareable_config: &ShareableConfig,
    working_directory_base_dir: Option<&Arc<WorkingDirectoryPoolBaseDir>>,
    queues: Option<&RunQueues>,
) -> Result<()>
Expand description

Does not take a lock: just regenerates the file (via tempfile-rename) with external values at least from now. For savings, pass the optional values if you can.