You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the telemetry exception handling for daemon mode (#60)
* Fix the telemetry exception handling for daemon mode
In daemon mode, the request is made in subprocess effectively causing a
huge set of stacktrace in terminal as provided in
iterative/studio#11282.
This handles the exception properly along with timeout for the telemetry
call.
Closesiterative/studio#11282
* PR comments
* Timeout to 10
* Suppress exception instead
0 commit comments