Cloud functions, async or sync?

Hey guys, small question,

Do cloud functions ran asynchronously or synchronously? i.e.: if 2 users call the same function, will they run parallel to each other or one after the other?

Depending on your setup I think. Do you have just one parse server instance?

No load balancer or cluster?

Hey @johnbraum, thanks for your reply,

I’m aware that if we run more than 1 server then they would be async, but the context here is a single parse-server instance. I’d assume it would be sync but wanted to be sure!

Running async. This Request on the server layer