ardublockly icon indicating copy to clipboard operation
ardublockly copied to clipboard

how to overcome closure compile limitations?

Open wegunterjr opened this issue 6 years ago • 1 comments

is there a local option? I am working out some changes, but having challenges with the closure stopping me after a bit due to too many compiles Too many compiles performed recently. Try again later.

I found in a forum this comment, since there are no details on the Google API page, just that there have been too many compiles. There isn't a number listed.

There are per minute/per hour/per day caps. This is not currently documented, but I believe it the caps allow a sustained rate of ~1 per minute. In my experience when people run into this problem, they would would be either happier with the command-line tool, or a local compilation server like Plovr or are hitting it by accident (i.e. they don't realize that they are continuously hitting the web service).

wegunterjr avatar Jan 15 '18 15:01 wegunterjr

If you are hitting the cloud compiling limitations there is not much that can be done with the current build configuration. What I would recommend in any case is to do the dev work with the uncompressed version of Blockly and then online compile when needed for deployment.

carlosperate avatar Jan 31 '18 15:01 carlosperate