We are currently generating diffs one by one sequentially, https://github.com/mozilla/bugbug/blob/c0dd7c97f1ff1d1649d33a495119fb72bcf745a7/scripts/retrieve_ci_failures.py#L234. We should instead generate them in parallel using threads (the workload is I/O bound, so there's no need to use processes).