Skip to content

Conversation

@nellh
Copy link
Contributor

@nellh nellh commented Jan 26, 2026

Migrate get_repo_files and get_repo_urls to asyncio. This avoids blocking the uvicorn process for expensive trees that can sometimes result in a health check exceeding the timeout and restarting the worker unnecessarily.

@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

❌ Patch coverage is 87.50000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 42.84%. Comparing base (d86625c) to head (66b8292).
⚠️ Report is 14 commits behind head on master.

Files with missing lines Patch % Lines
services/datalad/datalad_service/common/annex.py 85.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3730      +/-   ##
==========================================
- Coverage   42.85%   42.84%   -0.01%     
==========================================
  Files         640      640              
  Lines       34364    34379      +15     
  Branches     1548     1548              
==========================================
+ Hits        14725    14731       +6     
- Misses      19500    19509       +9     
  Partials      139      139              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nellh nellh merged commit 49da0f2 into master Jan 26, 2026
15 checks passed
@nellh nellh deleted the async-get-repo-files branch January 26, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants