Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telemetry seems flaky #1887

Open
Tracked by #2053
markwilkie opened this issue Jan 25, 2019 · 2 comments
Open
Tracked by #2053

Telemetry seems flaky #1887

markwilkie opened this issue Jan 25, 2019 · 2 comments
Milestone

Comments

@markwilkie
Copy link
Member

Two examples:
https://dev.azure.com/dnceng/internal/_build/results?buildId=79531&_a=summary
https://dev.azure.com/dnceng/public/_build/results?buildId=77964

@markwilkie
Copy link
Member Author

From AlexP:

Yea, this is a network issue sending telemetry:
2019-01-22T22:44:41.3775195Z F:\vsagent_temp\2692eb2b-9319-4269-9f7c-a48476b53649.ps1 : The underlying connection was closed: An unexpected error
2019-01-22T22:44:41.3776249Z occurred on a receive.

Some retry would probably help, but this is in powershell so retry is super annoying to write.

@natemcmaster
Copy link
Contributor

It's failing aspnet builds now too.

2019-01-30T00:54:00.2625859Z ##[command]"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command ". 'F:\vsagent\_temp\03cdead3-fb69-4f2a-8027-d61c0d68aea2.ps1'"
2019-01-30T00:54:22.7269080Z Invoke-RestMethod : Unable to connect to the remote server
2019-01-30T00:54:22.7332922Z ##[error]PowerShell exited with code '1'.
2019-01-30T00:54:22.7363283Z At F:\vsagent\_temp\03cdead3-fb69-4f2a-8027-d61c0d68aea2.ps1:2 char:15
2019-01-30T00:54:22.7365033Z + ... orkItemId = Invoke-RestMethod -Uri "https://helix.dot.net/api/2018-03 ...
2019-01-30T00:54:22.7365085Z +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-01-30T00:54:22.7365125Z     + CategoryInfo          : NotSpecified: (:) [Invoke-RestMethod], WebException
2019-01-30T00:54:22.7365196Z     + FullyQualifiedErrorId : System.Net.WebException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand
2019-01-30T00:54:22.7365235Z  

Can we make telemetry fire and forget?

@michellemcdaniel michellemcdaniel mentioned this issue Feb 14, 2022
74 tasks
@missymessa missymessa added this to the Arcade SDK milestone Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants