moby / swarmkit

A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more.
Apache License 2.0
3.36k stars 615 forks source link

Implement task update #499

Open stevvooe opened 8 years ago

stevvooe commented 8 years ago

Currently, updates to task parameters considered "not implemented". We need to have some mechanism for this to ensure those properties that can be updated, are.

stevvooe commented 8 years ago

The main impetus behind this change was to reduce the occurrences of the task updates not yet supported message. Through several PRs, the incidence of this error message has gone way down.

I'm downgrading this to a P3. We can revisit this after engine integration.

aluzzardi commented 8 years ago

@stevvooe What to do with this one? 1.13, icebox or close?

stevvooe commented 8 years ago

We can still do this. For the most part, we don't update tasks. If there is a use case, we can revisit. I plumbed so we don't do it wrong later.