Uh oh!
There was an error while loading. Please reload this page.
[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.
to make these changes effective we need a migration step IMO
There was a problem hiding this comment.
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
OCA-git-bot
commented
Oct 18, 2022
This PR has the |
lmignon
commented
Nov 22, 2022
/ocabot merge patch |
OCA-git-bot
commented
Nov 22, 2022
This PR looks fantastic, let's merge it! |
OCA-git-bot
commented
Nov 22, 2022
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).