Skip to content

Commit

Permalink
Centralise Controller Queue and Worker processing
Browse files Browse the repository at this point in the history
There were multiple places where queue and worker
goroutines pattern for controllers (and related) were
repeated in almost exactly the same ways.

Since there are more controllers coming, it made sense
to consolidate this logic into a centralised place that
could be reused to make authoring them easier.

This may also allow us to centralise some health checking in #98
  • Loading branch information
markmandel committed Feb 25, 2018
1 parent 1494ff2 commit 855ea41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/gameservers/sdkserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"strings"
"sync"
"time"
"strings"

"agones.dev/agones/pkg/apis/stable"
stablev1alpha1 "agones.dev/agones/pkg/apis/stable/v1alpha1"
Expand Down

0 comments on commit 855ea41

Please sign in to comment.