Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle mail export throttling #8118

Open
wants to merge 2 commits into
base: export-integration
Choose a base branch
from

Conversation

BijinDev
Copy link
Contributor

issue #8109

@BijinDev BijinDev linked an issue Dec 11, 2024 that may be closed by this pull request
@@ -127,8 +126,19 @@ export class MailExportController {

private async runExport(mailboxDetail: MailboxDetail, mailBags: MailBag[], mailId: Id) {
for (const mailBag of mailBags) {
await this.exportMailBag(mailBag, mailId)
if (this._state().type !== "exporting") {
try {
Copy link
Contributor

Choose a reason for hiding this comment

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

does this mean that if we get one of the errors the export aborts? I thought we would wait however long is necessary and then continue

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.

Handle server throttling mailbox export
2 participants