We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148a8b2 commit c698f34Copy full SHA for c698f34
1 file changed
docs/encyclopedia/data-conversion/external-storage.mdx
@@ -19,6 +19,8 @@ tags:
19
- Data Converters
20
---
21
22
+import { CaptionedImage } from '@site/src/components';
23
+
24
The Temporal Service enforces a ~2 MB per-payload limit. When your Workflows or Activities handle data larger than this
25
limit, you can use External Storage to offload payloads to an external store (such as S3) and pass a small reference
26
token through the Event History instead. This is called the
0 commit comments