is the `yarn start` process single-threaded? I not...
# help
s
is the
yarn start
process single-threaded? I noticed that if it’s running and I get a bunch of webhooks at once from my billing provider, it runs the webhook handler function one at a time
t
I do think the existing implementation won't execute them in parallel. But that beta I was sharing will
s
ahh cool. Chargebee gets cranky in test mode if the webhooks aren’t accepted in a sufficient time
though now that I think about that, I wonder how debug mode in VS Code would work 🤔
doesn’t seem like it would
f
Ohh yeah… how does VS Code break point work for parallel requests..