Can you set max concurrency on a global action that has a webhook trigger?
It seems to be defaulting to a concurrency > 1 and I wanted to see if I can set it to 1.
https://clhom.gadget.app/edit/production/files/api/actions/companyUpdate.js
2 Replies
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Yeah that's what I ended up doing yesterday. I have a webhook on company update that then hits netsuite and it was hitting netsuite too hard so I wanted to just limit the concurrency of the webhook action.