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

Fix email sync #5132

Merged
merged 2 commits into from
Apr 23, 2024
Merged

Fix email sync #5132

merged 2 commits into from
Apr 23, 2024

Conversation

charlesBochet
Copy link
Member

@charlesBochet charlesBochet commented Apr 23, 2024

In the current implementation, we are pulling raw emails to parse them. Some emails can weight up to 60MB. As we are trying to get 50 of them by batch this is very expansive on server memories.
This patch is temporary as we are moving to another way to fetch attachments. See @rostaklein PR: #5081

Copy link
Member

@Weiko Weiko left a comment

Choose a reason for hiding this comment

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

LGTM!

@Weiko Weiko merged commit fafa564 into main Apr 23, 2024
5 checks passed
@Weiko Weiko deleted the fix-email-sync branch April 23, 2024 16:50
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.

None yet

2 participants