-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: BROS-182: api/tasks timeouts with large number of annotations #8005
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
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for heartex-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-docs-new-theme ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## develop #8005 +/- ##
===========================================
+ Coverage 69.37% 78.74% +9.36%
===========================================
Files 712 211 -501
Lines 50019 16916 -33103
Branches 8558 0 -8558
===========================================
- Hits 34701 13320 -21381
+ Misses 15315 3596 -11719
+ Partials 3 0 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/git merge
|
TaskAPI for a specific task works slowly. We don't need some fields (annotations_results, predictions_results) when we call TaskAPI, because annotations and predictions are already included inside of it. However, these fields slow down a lot. In this PR, we exclude them.