mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Merge branch 'patch-1' of git://github.com/mvhirsch/n8n-docs into update/scaling
This commit is contained in:
commit
77bd2d4e80
@ -106,6 +106,11 @@ If you want to migrate data from one database to another, you can use the Export
|
||||
Webhook processors are another layer of scaling in n8n. Configuring the webhook processor is optional. Webhook processors allow you to scale the incoming webhook requests.
|
||||
|
||||
Webhook processes rely on Redis too. Follow the steps mentioned above to [configure the workers](#configuring-workers).
|
||||
Finally start the processors with:
|
||||
|
||||
```
|
||||
./packages/cli/bin/n8n webhook
|
||||
```
|
||||
|
||||
This method allows n8n to process a huge number of parallel requests. All you have to do is add more webhook processes and workers accordingly, as long as the database and Redis are provisioned correctly.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user