[2.8] backport #7556 pending workers + #7609 test fix to 2.8#7703
Merged
[2.8] backport #7556 pending workers + #7609 test fix to 2.8#7703
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 2.8 #7703 +/- ##
==========================================
- Coverage 87.59% 87.59% -0.01%
==========================================
Files 203 203
Lines 35130 35144 +14
==========================================
+ Hits 30773 30785 +12
- Misses 4357 4359 +2
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:
|
JoanFM
approved these changes
Dec 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#7556: MOD-12069 Add *_pending_jobs metrics
#7609: MOD-12831 test_info_modules:test_pending_jobs_metrics_search Extend output on timeout
Note
Add high/low priority pending jobs metrics to the workers threadpool and expose them via INFO MODULES, with supporting APIs and tests.
redisearch_thpool_high_priority_pending_jobsandredisearch_thpool_low_priority_pending_jobsto fetch queue lengths.redisearch_thpool_get_stats(lock-safe access).workersThreadPool_LowPriorityPendingJobsCountandworkersThreadPool_HighPriorityPendingJobsCount.MultiThreadingStatswithworkers_low_priority_pending_jobsandworkers_high_priority_pending_jobs.INFO MODULESundermulti_threading.FT.SEARCH/FT.AGGREGATE.wait_for_condition,launch_cmds_in_bg_with_exception_check, and makeload_vectors_to_redisfield/dim aware (DEFAULT_VECTOR_FIELD_NAME).Written by Cursor Bugbot for commit 9ce0204. This will update automatically on new commits. Configure here.