docker/swarmkit

View on GitHub
manager/orchestrator/replicated/replicated.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Orchestrator.Run has 5 return statements (exceeds 4 allowed).
Open

func (r *Orchestrator) Run(ctx context.Context) error {
    defer close(r.doneChan)

    // Watch changes to services and tasks
    queue := r.store.WatchQueue()
Severity: Major
Found in manager/orchestrator/replicated/replicated.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status