-
-
Notifications
You must be signed in to change notification settings - Fork 535
[14.0] base_import_async: add a dedicated channel #449
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
[14.0] base_import_async: add a dedicated channel #449
Conversation
| <record id="job_function_base_import_import_split_file" model="queue.job.function"> | ||
| <field name="model_id" ref="base_import.model_base_import_import" /> | ||
| <field name="method">_split_file</field> | ||
| <field name="channel_id" ref="channel_base_import" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to make these changes effective we need a migration step IMO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can be changed by users, could be good to have a migration (only if no other channel than root was configured manually), but is not strictly required IMO
|
This PR has the |
|
/ocabot merge patch |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at 8a43fe6. Thanks a lot for contributing to OCA. ❤️ |
So we can configure the size of the channel.
We experienced a lot of locks and concurrent update issues on a table because tens of jobs were running in parallel (
rootis set with a high value).