Arthur Cinader
Arthur Cinader
This should not be slow. The most obvious reasons why it may be slow: 1. 'SOMEKEY' is not properly indexed 2. Each object is very large Considering your question, I...
it looks like the getmores are occurring in just a few milis. there is a bottleneck of some sort. 1. If your run a query against the database form the...
> db.version() > 2.6.10
fyi, same problem after `pipenv update` today. I'm using the `slim_handler` too. Any one have a workaround?
just a me too on this one. recent upgrade of some dependency and now i am getting: ``` util.attachProtoDeep = function(toObject, depth) { ^ RangeError: Maximum call stack size exceeded...
thanks @markstos super helpful.
hi @apersaud! Oh, you're jogging my memory here :). I made this when @flovilmart was working on `parse-server/src/ParseMessageQueue` and it seemed like a perfect use case for sqs so I...
Yes, that was the idea. The lambda would then fire up a parse-server instance to handle the push.
You can't send pushes with the SDK. You need the parse-server in the lambda.
We use SDK to denote the various parse-server clients, like the JS, IOS, and PHP sdk's. So what I mean is: an instance of parse-server will run in lambda, not...