Skip to content

Production hardening: bounded parallel conversion and health sync - #1

Open
DevBehindYou wants to merge 10 commits into
mdify-pro-rebuildfrom
mdify-production-hardening
Open

Production hardening: bounded parallel conversion and health sync#1
DevBehindYou wants to merge 10 commits into
mdify-pro-rebuildfrom
mdify-production-hardening

Conversation

@DevBehindYou

Copy link
Copy Markdown
Owner

This PR continues the mdify-pro-rebuild line without introducing unnecessary microservices.

Changes:

  • move blocking document conversion off the FastAPI event loop
  • bound backend conversion concurrency with a configurable per-process cap (default 2)
  • add bounded parallel batch conversion in the frontend
  • guard against overlapping "Convert all" pools
  • stop health polling once the backend is online
  • validate the concurrency setting
  • document the setting
  • run CI for mdify-pro-rebuild as well as main

This preserves the existing converter/pipeline architecture and keeps a clean extraction path for future OCR/worker services.

@vercel

vercel Bot commented Sep 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
mdify Error Error Sep 6, 2026 4:51pm UTC
mdify-app Ready Ready Preview Sep 6, 2026 4:51pm UTC

@coderabbitai

coderabbitai Bot commented Sep 6, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: ad869e11-a115-4a25-9b47-dbf1b86a0f46

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

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.

1 participant