Magento2 split static content deployment - multiple jobs not working with multi-language themes #4174
Unanswered
johnorourke
asked this question in
Bugs
Replies: 1 comment
-
|
(this appears to be different to #3897 because the job works, it just doesn't do multiple themes at once) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Deployer Version
v7
Target OS
Ubuntu 24
Which PHP version are you using?
PHP 7.4
Content of deploy.php or deploy.yaml
Steps to reproduce
Deploy a Magento 2 instance with the above themes and locales available.
Expected result: it should be able to group the themes with the same locales and run them as one command.
Actual result: if you pass an array of themes and locales, each one is built sequentially so you can't take advantage of multiple processes.
Use case: we have some instances with 90+ themes, and sequential static content build takes about 1.5 hours.
I will send a PR for this issue - so far it tests well.
Beta Was this translation helpful? Give feedback.
All reactions