10979: trackContainers func in crunch-dispatch-slurm.go
[arvados.git] / sdk / go / dispatch / dispatch.go
index 5d85c1bdfd0dbb77d09d94c0695ac6c7451e3e62..e489ac79f3c3cbe59aab8b031eeb74d257081f0e 100644 (file)
@@ -225,3 +225,8 @@ func (tracker *runTracker) update(c arvados.Container) {
        }
        tracker.updates <- c
 }
+
+// Start a tracker for the given uuid if one is not already existing, despite its state.
+// its vs. it's -- episode 5 from Series 1 of Netflix' "A Series of Unfortunate Events"
+func (dispatcher *Dispatcher) TrackContainer(uuid string) {
+}