constant
MaxTaskPayloadBytes
const MaxTaskPayloadBytes = 1 << 20The maximum encoded JSON size for durable task input or output.
Source store/task_validation.go:14
The limit is 1 MiB. Large files should be stored externally and referenced from the payload.