Skip to content

docs: document subprocess_worker as single blocking worker#341

Merged
Blackgaurd merged 2 commits into
move-subprocess-workerfrom
document-subprocess-worker
May 16, 2026
Merged

docs: document subprocess_worker as single blocking worker#341
Blackgaurd merged 2 commits into
move-subprocess-workerfrom
document-subprocess-worker

Conversation

@Blackgaurd
Copy link
Copy Markdown
Collaborator

What changed

Added a design note to the module docstring in workers/subprocess_worker.py clarifying that there is currently a single worker subprocess per build timestamp and that execution is blocking.

Why

The file was renamed from isolated_worker to subprocess_worker, which no longer conveys the single/blocking nature of the current design. A docstring note captures this intent without encoding it in the filename (which would become a misnomer if parallelism is added later).

Benefit

Future readers understand the current design constraints and where future parallelism work would plug in.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 16, 2026

@Blackgaurd Blackgaurd merged commit ba9c3f4 into move-subprocess-worker May 16, 2026
4 checks passed
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