We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
max_workers = 1
1 parent 597edf2 commit 857f705Copy full SHA for 857f705
scripts/release/atomic_pipeline.py
@@ -301,8 +301,7 @@ def build_agent_default_case(build_configuration: ImageBuildConfiguration):
301
tasks_queue = Queue()
302
303
if build_configuration.parallel:
304
- # TODO: remove this once we have a proper synchronization for buildx builder concurrent creation
305
- max_workers = 1
+ max_workers = None
306
if build_configuration.parallel_factor > 0:
307
max_workers = build_configuration.parallel_factor
308
with ProcessPoolExecutor(max_workers=max_workers) as executor:
0 commit comments