Octops / agones-event-broadcaster

Broadcast Agones GameServers and Fleets states to the external world
https://octops.io
Apache License 2.0
25 stars 6 forks source link

Make SyncPeriod an argument for the broadcaster. #8

Closed danieloliveira079 closed 4 years ago

danieloliveira079 commented 4 years ago

According to https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/manager@v0.5.4#Options.SyncPeriod reconcile events are not triggered often.

Making that an argument for the broadcaster will give the user more control over the reconcile interval.