I ran a cloud code deploy for application 52C92ACD-0CBE-76CF-FF57-5CFA6DD71800 and am now getting the following warning in the Backendless admin:
"Your application has exceeded a limit of the Cloud Code deployment size on the current plan. All API calls will be blocked within 48 hours after the limit is exceeded. "
However, the code is the exact same as what I have deployed plenty of times before without incident with only a few lines added, and I did not get any errors or warnings from the deploy itself.
Has anything changed with regards to these limits, and if so, what is the applicable limit now to the size of a cloud code deployment? The code I am deploying is pretty simple with only a few dependencies. The node_modules folder on my local is less than 50 MB, and quite a bit of that is from the backendless-code-runner dependencies which shouldn’t be included in the deploy itself.
Update: I uninstalled backendless-code-runner just to see the effect that would have on node_modules, and without it, node_modules is under 20 MB.