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

feat: decouple agent information from workloads starting tasks [DET-3178] #631

Merged
merged 1 commit into from
Jun 8, 2020

Commits on Jun 5, 2020

  1. feat: decouple agent information from workloads starting tasks

    This is a step toward adding a generic resource provider interface.
    As part of this change, Tasks now receive a single `TaskAssigned` message
    when they are assigned rather than one `Assigned` message per container.
    They also start containers by sending specs back to the cluster rather
    than directly to agents.
    
    DET-3178  #Done.
    aaron276h committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    675d0b7 View commit details
    Browse the repository at this point in the history