Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harvest inner recipes once #13179

Merged
merged 3 commits into from Feb 3, 2023
Merged

Harvest inner recipes once #13179

merged 3 commits into from Feb 3, 2023

Conversation

jtkech
Copy link
Member

@jtkech jtkech commented Jan 31, 2023

In RecipesStep.cs

  • A while ago, for each inner recipe we were only harvesting recipes for a given "Feature Id" being passed through the ExecutionId property of the inner recipe.

  • Now we always harvest all recipes, so can be done once before the loop in place of doing it on each iteration (for each inner recipe).

  • The ExecutionId property was still used unnecessarily, here this is no longer the case, so the ExecutionId can be removed from the inner recipe definitions.

@jtkech jtkech changed the title Harvest recipes once Harvest inner recipes once Feb 3, 2023
@jtkech jtkech merged commit acce75b into main Feb 3, 2023
@jtkech jtkech deleted the jtkech/recipesStep branch February 3, 2023 05:11
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.

None yet

1 participant