2 Commits

Author SHA1 Message Date
Christian Weichel
478a75e744 Switch license to AGPL 2022-12-08 13:05:19 -03:00
Andrew Farries
0805d02729 Delay gRPC self connection
The billing client tries to connect to the usage component gRPC server
before the gRPC server is ready. This is a non-fatal error as gRPC
dialing has built-in backoff/retry logic but it does produce ugly
warnings in the usage component logs.

Here we use a simple solution to delay the self-connection attempt for a
short period to give the gRPC server time to start.
2022-08-01 11:34:45 -03:00