-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Fix LinkCrawlWorker
error when encountering empty OEmbed response
#28268
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #28268 +/- ##
=======================================
Coverage 83.47% 83.47%
=======================================
Files 1038 1038
Lines 28230 28230
Branches 4554 4554
=======================================
Hits 23565 23565
Misses 3536 3536
Partials 1129 1129 ☔ View full report in Codecov by Sentry. |
491e7ac
to
303d8e8
Compare
Since installing 4.2.4, the IndexingScheduler is running nonstop (4-7 Scheduler::IndexingScheduler jobs running). This is maxxing the CPU. Could this be related to the LinkCrawlWorker changes? |
No, that does not seem related at all. Can you open an issue for this, with information on your Elasticsearch deployment, whether you updated from 4.2.3 or from an older release, what size your instance is and whether you have had a recent increase in traffic? |
Fixes #28233