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

[15.0] [IMP] Make mail batch size configurable #1253

Open
wants to merge 2 commits into
base: 15.0
Choose a base branch
from

Conversation

pcastelovigo
Copy link

Description of the issue/feature this PR addresses:
Mail_mail imposes 10000 mail per batch. This causes problems with some mail providers,

  • is addressed to change (TODO in code)
  • its addressed in newer versions
    batch_size = int(self.env['ir.config_parameter'].sudo().get_param('mail.mail.queue.batch.size', 10000))

Current behavior before PR:

  • Mail is sent in 10000 mail batches

Desired behavior after PR is merged:

  • Mails is sent in 10000 mail batches OR mail.mail.queue.batch.size system parameter

I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

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.

1 participant