From 2139e029ec6f00ecdf4520fa098964e89e191b6b Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Thu, 19 Nov 2020 10:09:51 -0500 Subject: [PATCH] docs: make dispatch payload size limit unambiguous --- website/pages/api-docs/jobs.mdx | 2 +- website/pages/docs/commands/job/dispatch.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/api-docs/jobs.mdx b/website/pages/api-docs/jobs.mdx index 1b64afd97..af300b60a 100644 --- a/website/pages/api-docs/jobs.mdx +++ b/website/pages/api-docs/jobs.mdx @@ -1236,7 +1236,7 @@ The table below shows this endpoint's support for in the job file during submission). This is specified as part of the path. - `Payload` `(string: "")` - Specifies a base64 encoded string containing the - payload. This is limited to 15 KB. + payload. This is limited to 16384 bytes (16KiB). - `Meta` `(meta: nil)` - Specifies arbitrary metadata to pass to the job. diff --git a/website/pages/docs/commands/job/dispatch.mdx b/website/pages/docs/commands/job/dispatch.mdx index 926f9eb44..7d6d20d6d 100644 --- a/website/pages/docs/commands/job/dispatch.mdx +++ b/website/pages/docs/commands/job/dispatch.mdx @@ -29,7 +29,7 @@ dispatched instance can be provided via stdin by using "-" for the input source or by specifying a path to a file. Metadata can be supplied by using the meta flag one or more times. -The payload has a **size limit of 16KiB**. +The payload has a **size limit of 16384 bytes (16KiB)**. Upon successful creation, the dispatched job ID will be printed and the triggered evaluation will be monitored. This can be disabled by supplying the