fix: detect dead upload workers while draining#1218
Conversation
✅ Deploy Preview for poetic-froyo-8baba7 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR adds deadline-based health polling to the worker pool's output queue retrieval. A new Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Fixes #973.
ParallelWorkerPooloutput.processing_timeoutbehavior for healthy workers.QueueSignals.error.Tests
/tmp/qdrant-client-973-venv/bin/python -m pytest tests/test_parallel_processor.py -q/tmp/qdrant-client-973-venv/bin/python -m ruff check qdrant_client/parallel_processor.py tests/test_parallel_processor.py/tmp/qdrant-client-973-venv/bin/python -m mypy qdrant_client/parallel_processor.py tests/test_parallel_processor.py --disallow-incomplete-defs --disallow-untyped-defsgit diff --checkAll Submissions:
devbranch. Did you create your branch fromdev?New Feature Submissions:
pre-commitwithpip3 install pre-commitand set up hooks withpre-commit install?Changes to Core Features: