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

Merged
merged 1 commit into from
Dec 17, 2024
Merged

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

@BijinDev BijinDev force-pushed the 8109-throttle-handling branch 2 times, most recently from 86160d9 to 2c0d66d Compare December 16, 2024 10:47
@paw-hub paw-hub force-pushed the 8109-throttle-handling branch 3 times, most recently from 9a68975 to 6a55f9e Compare December 17, 2024 09:52
@paw-hub paw-hub force-pushed the 8109-throttle-handling branch from 6a55f9e to 41933f8 Compare December 17, 2024 09:55
@paw-hub paw-hub merged commit 41933f8 into export-integration Dec 17, 2024
5 checks passed
@paw-hub paw-hub deleted the 8109-throttle-handling branch December 17, 2024 10:01
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
3 participants