Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-58087

Reduce overhead of activated generated tasks

    • Fully Compatible
    • v5.0
    • DAG 2021-07-26
    • 2

      After SERVER-57003, task generation will be split into 2 phases: the actual creation of the tasks and the activation of the tasks. The activation step is fairly straightforward and shouldn't require a lot of setup. However, the standard setup for server tasks performs a lot of unneeded work (cloning the repo takes around a minute alone). We should optimize the task setup for activated tasks, since they will be a lot of them run still.


      As an engineer,
      I want task activation to be as fast as possible,
      So that the resources activate the tasks can be used for other tasks.


      AC:

      • Most of the time in the activating tasks in spend making evergreen api calls.
         

            Assignee:
            david.bradford@mongodb.com David Bradford (Inactive)
            Reporter:
            david.bradford@mongodb.com David Bradford (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: