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

DEVPROD-10558: include dependencies in activated generated tasks count #8688

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Kimchelly
Copy link
Contributor

@Kimchelly Kimchelly commented Feb 5, 2025

DEVPROD-10558

Description

The number of tasks activated by generate.tasks currently only includes tasks that were directly created by generate.tasks. This updates the activated task count to include dependencies that were activated as a result of scheduling a generated task that has dependencies.

Testing

  • Updated existing unit test for activated generated task count.
  • Tested in staging patches that the activated generated task count:
    • Included a dependency on an already-existing task when the generated task depended on it.
    • Didn't double-count a dependency when a generated task depended on another generated task.

@Kimchelly Kimchelly requested a review from a team February 5, 2025 19:49
@Kimchelly Kimchelly changed the title DEVPROD-10558: include dependencies in estimated generated tasks count DEVPROD-10558: include dependencies in activated generated tasks count Feb 6, 2025
Copy link
Contributor

@hadjri hadjri left a comment

Choose a reason for hiding this comment

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

🚀

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.

2 participants