Hello, I got mail saying I have exceeded the Bus Logic deployment size for my plan. I understand the problem, and my node_modules tree is huge. I am going to try to trim it, but it is going to take days to figure out what can be excluded. I’ve read everything I can find regarding deployment, including this 2 mb script deployment limit - #2 by vitaly-vengrov and this Troubleshooting - Developing Backendless Server Code with node.js and have a few questions.
-
The warning email says review the usage of the feature in the console. Where do you review “Business Logic deployment size”? I can’t find it anywhere in my project usage stats.
-
The mail says I can by a “Business Logic deployment size” function pack in the Market place, which I would gladly do to buy more time. But I searched the marketplace and see no such thing.
-
As suggested in the links above I ran
npm run deploy -- --verbose --keep-zip
to get an idea of what coderunner is uploading. I see nothing in the verbose output that pertains, and the zip file is nowhere to be found. Is there a newer way to specify keeping the zip?
-
Has the app.exclude key in the coderunner.json file replaced the documented app.files key? Is it the correct place to start building a list of unneeded files? Is the syntax for wildcard exclusions documented somewhere?
-
If there IS a deployment size function pack and I apply it, then am successful at whittling the node_modules down to size, can I remove the function pack and save my employer a few bucks?
Thank you,
Kelly