Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sets the thread pool size used for calculation of TestRunStatus and Requirement Status fields, which are related to calculation of the status of Tests and the coverage of requirements.

For instance, if your Jira instance has a heavy automation build running against it, it maybe used in order to prevent your Jira instance activity to be affected by some misconfiguration in your automation server (imagine 50 or 60 parallel calls against Jira).

It's used to avoid resource starvation (CPU and BD) in more intensive CI/CD scenarios due to the triggered coverage calculation.

A high number allows Xray to produce results faster but will eventually use more CPU resources.

It should be beween between 1 and max number of CPU threads.

...