Skip to content

fix(mu): Bug fix on v2 exp#2345

Merged
tomkosm merged 1 commit intomainfrom
feat/fix-muv2-exp
Oct 30, 2025
Merged

fix(mu): Bug fix on v2 exp#2345
tomkosm merged 1 commit intomainfrom
feat/fix-muv2-exp

Conversation

@tomkosm
Copy link
Copy Markdown
Collaborator

@tomkosm tomkosm commented Oct 30, 2025

Summary by cubic

Removed the MU v2 background experiment from the PDF scraper. This stops unintended background requests and ensures we only use the stable MU v1 path.

  • Bug Fixes
    • Deleted the non-awaited MU v2 call gated by PDF_MU_V2_EXPERIMENT/PDF_MU_V2_BASE_URL.
    • Prevents extra network calls and noisy logs during PDF scraping; main flow unchanged.

Written for commit ecf8817. Summary will update automatically on new commits.

@tomkosm tomkosm requested a review from Copilot October 30, 2025 15:32
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes experimental code for PDF processing using MU v2. The change eliminates a background experiment that was testing a newer version of the PDF processing service without affecting the main processing flow.

  • Removes the asynchronous MU v2 experiment code block that was running in the background
  • Cleans up unused experimental logging and metrics collection for MU v2
  • Simplifies the PDF scraping logic by removing the parallel experiment

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tomkosm tomkosm merged commit 84eca84 into main Oct 30, 2025
14 checks passed
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

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.

3 participants