Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions builders/server/workers/subprocess_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
# #
# Reason: the builder venv will not have server packages installed, so #
# any non-stdlib import will fail at runtime. #
# #
# Design note: currently there is a single worker subprocess per build #
# timestamp. Execution is blocking; the orchestrator waits for each #
# subprocess to complete before spawning the next. Future work may #
# parallelize within a dependency level. #
###########################################################################
"""

Expand Down
Loading