Hello, I have a question regarding extension deplo...
# suitecommerce
v
Hello, I have a question regarding extension deployment. I understand that when we trigger the command
gulp extension:deploy
, it creates ‘chunks’ of data and uploads it to NetSuite. For our extensions (most of which are pretty heavy ones), I have rarely seen the number of chunks exceed 10 before. I recently started working on a new workstation and I’m noticing that I consistently get more than 50 chunks for all our extensions, even for the light-weight ones. Due to this, the upload time for the deployment has gone up way too high for me (same problem is being faced by another colleague). Can anybody point out as to what might be causing this sudden rise in the number of chunks?
Also, another colleague of mine is getting 10-15 chunks while deploying the same extension for which I get 50+ chunks. We both are not using the --source option while deploying
k
check your deploy folder - if you have multiple versions it is deploying all of them, thus the number of chunks goes up - i think default is 80 files per chunk