Webhooks question. I’ve a slow-running report that I generate and I’ve made a Google Cloud Function to do that work for me. If I use a resolver and call that via a webhook, does this cause all sorts of trouble because it locks up a process waiting for the response? Each request is in the 5 to 50 second range.
Stef
01/29/2018, 7:44 AM
I could do another step where I send a call to a queue and then write my own queue handling, but that kind of feels like what I’m using Graphcool for.