fix(registration): preserve Outlook batch task mailboxes#92
Open
GRD-Chang wants to merge 2 commits intodou-jiang:mainfrom
Open
fix(registration): preserve Outlook batch task mailboxes#92GRD-Chang wants to merge 2 commits intodou-jiang:mainfrom
GRD-Chang wants to merge 2 commits intodou-jiang:mainfrom
Conversation
Pass registration_type through the Outlook batch runner so the background task signature matches the scheduled arguments. Add regression coverage for scheduling and batch dispatch without including unrelated workspace artifacts.
Use each registration task's bound email_service_id during batch runs instead of falling back to the batch-level mailbox configuration. This keeps Outlook batch registration aligned with the user-selected inboxes in both parallel and pipeline execution paths, and adds regression coverage for task-bound mailbox resolution.
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.
Summary
This PR fixes Outlook batch registration so each task keeps using its own bound mailbox instead of falling back to the batch-level mailbox configuration.
Changes
email_service_idfrom the registration task before running batch jobsVerification
.venv/bin/python -m pytest -q tests/test_outlook_batch_registration.py tests/test_registration_new_api.py7 passed in 1.00sNotes