In the data API (JS SDK) we have got an error:
message: ‘The API request has been rejected because it requires scaling for processing. Switch to the Cloud9 or Cloud99 plan to enable the Super Scaling option.’
it was “await” call of a function. Function was just wrapper for .find(). Kind of:
function x() {
var queryBuilder = …
return Backendless.Data.of( “TABLE” ).find( queryBuilder )
}
Questions:
-
Is there any possibility to call it with “await” functionality and do not get an error related with any kind of scaling? because the script is running on the external computing facilities and connects via SDK only. With no custom code deployed on backendless side.
-
Sync functions (like findSync() ) return “there is no such function” errors. Do I use them in wrong way or are they deprecated or something?
APPID: 7D0CA196-6BFB-3B9F-FF01-EBB42A286700
Best regrards,
Andrey