docs: Update binary data reference in queue mode (#2786)

This commit is contained in:
Iván Ovejero
2025-01-24 15:36:17 +01:00
committed by GitHub
parent 6448e5cffe
commit 682d0837b1

View File

@@ -8,7 +8,7 @@ contentType: howto
You can run n8n in different modes depending on your needs. The queue mode provides the best scalability.
/// note | Binary data storage
n8n doesn't support queue mode with binary data storage. If your workflows need to persist binary data, you can't use queue mode.
n8n doesn't support queue mode with binary data storage in filesystem. If your workflows need to persist binary data in queue mode, you can use [S3 external storage](./external-storage.md).
///
## How it works