Closed hsy3418 closed 2 years ago
Hi - I'm sorry for the delay in resolving this. I am communicating with the support team already about it and we should keep the conversation in one place on the support ticket, so I'm going to close this issue, but please be aware that we didn't forget about it and are preparing some follow-up notes/questions to get closer to a solution.
Is this a support request? This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the SDK code. If you're not sure whether the problem you are having is specifically related to the SDK, or to the LaunchDarkly service overall, it may be more appropriate to contact the LaunchDarkly support team; they can help to investigate the problem and will consult the SDK team if necessary. You can submit a support request by going here or by emailing support@launchdarkly.com.
Note that issues filed on this issue tracker are publicly accessible. Do not provide any private account information on your issues. If your problem is specific to your account, you should submit a support request as described above.
Describe the bug The relay proxy logs keeps showing
Unexpected error while sending events: Post "https://events.launchdarkly.com/diagnostic": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
even when there is 0 connection to this relay proxy. To reproduce relay proxy 6.6.4 is deployed as a GCP cloud run service. The configurations are mostly used default value, we only configured AUTO_CONFIG_KEY, and USE_EVENTS and route the traffic to a proxy that will connect to our company squid proxy that egress traffic to LaunchDarkly.So the relay proxy is running fine, we did test by checking flag data using the relay proxy, and we also try to send events, which is also working fine, but this logs seems a bit annoying and not sure why it is keep popping up, even though there isn't any request to send events, and we are not sure at this stage what this error really indicated. Expected behavior A clear and concise description of what you expected to happen. No error logs shows that related to requests to events endpoint
Logs If applicable, add any log output related to your problem.
SDK version NO SDK is used, just using curl for testing purpose, but this error shows regardless if there is request or not.
Language version, developer tools For instance, Go 1.11 or Ruby 2.5.3. If you are using a language that requires a separate compiler, such as C, please include the name and version of the compiler too.
OS/platform CloudRun
Additional context We have raised a support ticket https://support.launchdarkly.com/hc/en-us/requests/19498 but it's been 20 days, and the last reply from the support is they are still looking into it, so want to try here to see if there is any luck.