Right now, I've deployed n8n on a Zeabur server, and the workflows are triggered through form submissions. Recently, I realized a potential issue:
If the number of users increases and multiple people start triggering workflows at the same time, can n8n handle multiple requests concurrently?
For example, if each workflow takes about 3 minutes to run, would the 10th user have to wait for the previous 9 workflows to finish—almost 30 minutes—before getting a result? Or does n8n support parallel processing, so response times aren't affected?