Commit c1bae1d
authored
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
datachain-ai/studio#11282.
This handles the exception properly along with timeout for the telemetry
call.
Closes datachain-ai/studio#11282
* PR comments
* Timeout to 10
* Suppress exception instead1 parent b6aade5 commit c1bae1d
1 file changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
197 | 206 | | |
198 | 207 | | |
199 | 208 | | |
| |||
0 commit comments