Skip to content

Conversation

@kaibocai
Copy link
Member

@kaibocai kaibocai commented Jul 25, 2023

Issue describing the changes in this PR

resolves #149

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes are added to the CHANGELOG.md
  • I have added all required tests (Unit tests, E2E tests)

Additional information

Additional PR information

update CHANGELOG

update continueAsNew e2e test
@kaibocai kaibocai force-pushed the kaibocai/parent-child-task branch from 92549ce to ebef196 Compare July 25, 2023 14:48
@kaibocai kaibocai requested a review from kamperiadis July 25, 2023 17:01
Copy link
Member

@davidmrdavid davidmrdavid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some minor feedback.

Can we also add a test where we test that, when using allOf, a retryable task calling an always-failing activity will retry the activity the expected number of times?

Copy link
Member

@davidmrdavid davidmrdavid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost there!

@kaibocai
Copy link
Member Author

kaibocai commented Jul 26, 2023

It turns out anyOf is not even working for the simplest scenario, I fix it by following the same pattern we use for allOf.

@kaibocai kaibocai merged commit 3942688 into main Jul 26, 2023
@kaibocai kaibocai deleted the kaibocai/parent-child-task branch July 26, 2023 23:27
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.

Automatic retry not working with Fan-out Fan-in pattern

3 participants