Conversation
GSK-1589 Infinite loop in analytics (mixpanel)
When api.mixpanel.com is not reachable:
How to reproduce: block connections to Issues
One solution can be moving the current So that the This avoids falling in the infinite loop. But there is a second problem: we launch The whole threading code should be revised. Maybe the higher level |
|
Kudos, SonarCloud Quality Gate passed! |
b0e6203 to
f4a95e1
Compare
|
Kudos, SonarCloud Quality Gate passed! |
|
Using report error filter out the exception only when it's Giskard one. |
|
|
||
|
|
||
| def _report_error(e): | ||
| def _report_error(e, error_type = "python error"): |










No description provided.