Skip to content

Add parallel processing to the commit validation call

Martin Lowe requested to merge malowe/main/parallel-processing into main
  • Add parallel processing to the commit validation call

To improve performance, the processing of commits was moved to be done in parallel through a thread pool. This would allow multiple commits in a request to be processed simultaneously.

Merge request reports