mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
remove wait ready call
This commit is contained in:
parent
4c80ba9eac
commit
154c32d074
1 changed files with 0 additions and 6 deletions
|
@ -211,12 +211,6 @@ func (c *controller) runHealthChecksLeased(ctx context.Context, client databroke
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *controller) runUsageReporter(ctx context.Context, client databroker.DataBrokerServiceClient) error {
|
func (c *controller) runUsageReporter(ctx context.Context, client databroker.DataBrokerServiceClient) error {
|
||||||
// the usage reporter depends on the zero organization id, so wait for bootstrap to complete
|
|
||||||
err := c.bootstrapConfig.WaitReady(ctx)
|
|
||||||
if err != nil {
|
|
||||||
return fmt.Errorf("error waiting for bootstrap: %w", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
ur := usagereporter.New(c.api, c.bootstrapConfig.GetConfig().ZeroOrganizationID, time.Minute)
|
ur := usagereporter.New(c.api, c.bootstrapConfig.GetConfig().ZeroOrganizationID, time.Minute)
|
||||||
return retry.WithBackoff(ctx, "zero-usage-reporter", func(ctx context.Context) error {
|
return retry.WithBackoff(ctx, "zero-usage-reporter", func(ctx context.Context) error {
|
||||||
// start the usage reporter
|
// start the usage reporter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue