OptionalcacheOptionalincludeList of headers's keys (separated with ',') whove value are added to the args Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
OptionaljobThe job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
OptionalparentThe parent job that is at the origin and responsible for the execution of this script if any
Optionalpayload?: stringThe base64 encoded payload that has been encoded as a JSON. e.g how to encode such payload encodeURIComponent
encodeURIComponent(btoa(JSON.stringify({a: 2})))
OptionalqueueThe maximum size of the queue for which the request would get rejected if that job would push it above that limit
Optionaltag?: stringOverride the tag to use
Override the cache time to live (in seconds). Can not be used to disable caching, only override with a new cache ttl