authorize: remove wait for ready (#5376)

This commit is contained in:
Caleb Doxsey 2024-11-22 10:17:00 -07:00 committed by GitHub
parent 5d69b925be
commit 3a8bdde211
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 91 deletions

View file

@ -276,7 +276,6 @@ func (src *ConfigSource) runUpdater(ctx context.Context, cfg *config.Config) {
log.Ctx(ctx).Debug().
Str("outbound_port", cfg.OutboundPort).
Msg("config: starting databroker config source syncer")
_ = grpc.WaitForReady(ctx, cc, time.Second*10)
_ = syncer.Run(ctx)
}()
}