Skip to content

[feature]: add nesting_type to concurrency operations#351

Merged
zhongkechen merged 2 commits intomainfrom
nest_type
Apr 23, 2026
Merged

[feature]: add nesting_type to concurrency operations#351
zhongkechen merged 2 commits intomainfrom
nest_type

Conversation

@zhongkechen
Copy link
Copy Markdown
Contributor

@zhongkechen zhongkechen commented Apr 22, 2026

Issue #, if available:

Description of changes:

  • added a new nesting mode parameter to map and parallel operation
  • added a new checkpoint mode parameter to child context operation
============================= test session starts ==============================
collecting ... collected 1 item

examples/test/map/test_map_operations_flat.py::test_map_operations 

========================= 1 passed, 1 warning in 0.55s =========================
PASSED [100%]

============================= test session starts ==============================
collecting ... collected 1 item

examples/test/parallel/test_parallel_flat.py::test_parallel_flat 

======================== 1 passed, 3 warnings in 1.55s =========================
PASSED  [100%]

TESTING_SDK_BRANCH=nest_type

Fixed integration workflow.

examples/test/parallel/test_parallel_flat.py::test_parallel_flat PASSED  [ 97%]

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@zhongkechen zhongkechen force-pushed the nest_type branch 2 times, most recently from 9ca90ee to 6eecaa5 Compare April 22, 2026 00:17
Comment thread src/aws_durable_execution_sdk_python/concurrency/executor.py
Comment thread src/aws_durable_execution_sdk_python/operation/child.py Outdated
Comment thread src/aws_durable_execution_sdk_python/operation/child.py Outdated
Comment thread src/aws_durable_execution_sdk_python/operation/map.py
Comment thread src/aws_durable_execution_sdk_python/config.py Outdated
Comment thread src/aws_durable_execution_sdk_python/config.py Outdated
Comment thread src/aws_durable_execution_sdk_python/concurrency/executor.py Outdated
Comment thread src/aws_durable_execution_sdk_python/config.py Outdated
Comment thread src/aws_durable_execution_sdk_python/config.py Outdated
@zhongkechen zhongkechen requested a review from yaythomas April 22, 2026 23:31
@zhongkechen zhongkechen marked this pull request as ready for review April 22, 2026 23:31
@zhongkechen zhongkechen force-pushed the nest_type branch 2 times, most recently from 40845ba to 91deaa3 Compare April 23, 2026 16:52
@zhongkechen zhongkechen merged commit 72b5336 into main Apr 23, 2026
13 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.

[Feature]: add nesting option to Map/Parallel

2 participants