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] account_invoice_mass_sending: retry on server disconnect #1855

Closed

Conversation

yajo
Copy link
Member

@yajo yajo commented Dec 2, 2024

Gmail usually disonnects when there are simultaneous logins.

This allows automatic retries on such situation.

  • Draft until testing if this really fixes the problem in production.

@moduon MT-8120

Gmail usually disonnects when there are simultaneous logins.

This allows automatic retries on such situation.

@moduon MT-8120
@OCA-git-bot
Copy link
Contributor

Hi @jguenat,
some modules you are maintaining are being modified, check this out!

@rafaelbn rafaelbn added this to the 16.0 milestone Dec 11, 2024
@yajo
Copy link
Member Author

yajo commented Jan 31, 2025

After some testing, the problem seems to have disappeared when changing this config:

 [queue_job]
-channels = root:4
+channels = root:4,root.account_invoice_mass_sending_channel:1

@yajo yajo closed this Jan 31, 2025
@yajo yajo deleted the 16.0-aims-retry_on_server_disconnection branch January 31, 2025 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants