Skip to content

Improve querying speed with concurrency #24

@asottile

Description

@asottile

Currently we process grep results serially to produce nice error messages on command failure.

Change that to:

  • run the first repository and report errors on that
  • run the rest in parallel

This should improve querying speed dramatically. Expose a --jobs such that it can be turned off.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions