Hi @Mulen, n8n would currently not have any rate limiting or throttling mechanisms built into the webhook node, so you would need to handle this manually.
For every click by the user, a new execution starts. So if a user clicks on the link, the execution will start. Now if the user clicks on the link again, another execution will start, without interfering with the previous execution. In other words, these will run in parallel.