Skip to content

DM-55482: Disable implicit threading before building pipeline in pipetask run#369

Open
timj wants to merge 1 commit into
mainfrom
tickets/DM-55482
Open

DM-55482: Disable implicit threading before building pipeline in pipetask run#369
timj wants to merge 1 commit into
mainfrom
tickets/DM-55482

Conversation

@timj

@timj timj commented Jul 16, 2026

Copy link
Copy Markdown
Member

Previously the disabling happened inside script.run, after the pipeline had been built and the quantum graph generated, leaving thread pools created during task imports and graph generation at their default sizes. Honor --enable-implicit-threading as before.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

Previously the disabling happened inside script.run, after the
pipeline had been built and the quantum graph generated, leaving
thread pools created during task imports and graph generation at
their default sizes. Honor --enable-implicit-threading as before.

Co-Authored-By: Claude Fable 5 <[email protected]>
@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.77%. Comparing base (d6e74c3) to head (dff2869).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #369      +/-   ##
==========================================
+ Coverage   86.41%   86.77%   +0.36%     
==========================================
  Files          44       45       +1     
  Lines        2657     2684      +27     
  Branches      273      274       +1     
==========================================
+ Hits         2296     2329      +33     
+ Misses        257      248       -9     
- Partials      104      107       +3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant