mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
The dispatch payload limit is limited to 16KiB, not 64KiB. It's correct in the command docs but incorrect in the API docs. Ref: https://github.com/hashicorp/nomad/blob/v1.7.7/nomad/job_endpoint.go#L36-L38 Fixes: https://github.com/hashicorp/nomad/issues/20432