-
-
Notifications
You must be signed in to change notification settings - Fork 379
[GSK-1589] Analytics infinite loop #1321
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
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hartorn ok for me, just ensure you have the pre-commit hook installed to run black & ruff.
(Can’t approve because I contributed to the PR)
|
|
||
|
|
||
| def _report_error(e): | ||
| def _report_error(e, error_type = "python error"): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code style










No description provided.