Skip to content

[retrieve_ci_failures] Generate diffs in parallel #5400

@marco-c

Description

@marco-c

We are currently generating diffs one by one sequentially,

for bug_id, obj in tqdm(
.
We should instead generate them in parallel using threads (the workload is I/O bound, so there's no need to use processes).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions