We sometimes have the problem that too many webhooks arrive at the same time, so that the scenario gets processed 50 times in parallel, which results in hitting rate limits of the ClickUp API. We could instead use "Sequential processing" but then only one would be processed at a time, which slows down the process massively.
We would like to suggest an option in each scenario to set X amounts of webhooks can be processed at a time.
For some scenarios I would like to process 10 in parallel, for others maybe only 5 in parallel.
Is this porrible to implement?
Thanks.