We use onRegion call to make http request to external service inside function. Because of that it gets executed on multiple servers. So basically we will have to make nested call to another function using onServer to avoid multiple calls? But what if that node is down?
With best regards, Ashish On Mon, Sep 16, 2019, 9:59 PM Dan Smith <dsm...@pivotal.io> wrote: > Hi Ashish, > > How are you executing your function? If you execute a function from the > client with Function.onServer, it should only be executed on a single > running server. > > -Dan >